diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-02-20 12:55:01 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-02-20 12:55:18 +0100 |
commit | a976385b440d08ad9c894b2acae2cba8d224510e (patch) | |
tree | e6b3f513dca82d13fa11b265fb589ecc715c8408 /src/plugins/cpptools/cpptools_global.h | |
parent | 5205d86aa26db832909c16cd066af2f43130cc92 (diff) | |
download | qt-creator-a976385b440d08ad9c894b2acae2cba8d224510e.tar.gz |
Code completion of doxygen tags.
Diffstat (limited to 'src/plugins/cpptools/cpptools_global.h')
-rw-r--r-- | src/plugins/cpptools/cpptools_global.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cpptools_global.h b/src/plugins/cpptools/cpptools_global.h index 1793c73876..0b71d7b0f7 100644 --- a/src/plugins/cpptools/cpptools_global.h +++ b/src/plugins/cpptools/cpptools_global.h @@ -34,10 +34,12 @@ #ifndef CPPTOOLS_GLOBAL_H #define CPPTOOLS_GLOBAL_H +#include <QtGlobal> + #if defined(CPPTOOLS_LIBRARY) # define CPPTOOLS_EXPORT Q_DECL_EXPORT #else # define CPPTOOLS_EXPORT Q_DECL_IMPORT #endif - + #endif // CPPTOOLS_GLOBAL_H |