forked from qt-creator/qt-creator
Made the C++ front-end more Creator-friendly.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#ifndef CPLUSPLUS_CPLUSPLUSFORWARDDECLARATIONS_H
|
||||
#define CPLUSPLUS_CPLUSPLUSFORWARDDECLARATIONS_H
|
||||
|
||||
#ifdef HAVE_QT
|
||||
#ifndef CPLUSPLUS_WITH_NO_QT
|
||||
# include <QtCore/qglobal.h>
|
||||
# define CPLUSPLUS_BEGIN_HEADER
|
||||
# define CPLUSPLUS_END_HEADER
|
||||
@@ -58,6 +58,7 @@
|
||||
# else
|
||||
# define CPLUSPLUS_EXPORT Q_DECL_IMPORT
|
||||
# endif
|
||||
# define CPLUSPLUS_WITH_NAMESPACE
|
||||
#else
|
||||
# define CPLUSPLUS_BEGIN_HEADER
|
||||
# define CPLUSPLUS_END_HEADER
|
||||
|
||||
Reference in New Issue
Block a user