Ignore:
Timestamp:
May 3, 2011, 4:49:08 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

vendor: Imported qt-everywhere-opensource-src-4.7.2 from Nokia (excluding doc/html and doc/qch dirs generated from doc/src, and imports and templates dirs which are emtpy).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vendor/nokia/qt/current/include/Qt/qscriptcontext.h

    r556 r844  
    1 #include "../../src/script/api/qscriptcontext.h"
     1#ifndef QT_NO_QT_INCLUDE_WARN
     2    #if defined(__GNUC__)
     3        #warning "Inclusion of header files from include/Qt is deprecated."
     4    #elif defined(_MSC_VER)
     5        #pragma message("WARNING: Inclusion of header files from include/Qt is deprecated.")
     6    #endif
     7#endif
     8
     9#include "../QtScript/qscriptcontext.h"
Note: See TracChangeset for help on using the changeset viewer.