Made the C++ front-end more Creator-friendly.

This commit is contained in:
Roberto Raggi
2009-06-03 11:10:04 +02:00
parent c2a40ce9cf
commit f7afe3ee4b
3 changed files with 3 additions and 3 deletions

View File

@@ -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