summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-02-03 13:08:26 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-05 15:28:41 +0100
commitf316502d58c947863f5caf17c64dc68d865162a4 (patch)
treef0af7744a8efe0dde0812d0b3a1db37e652519e4 /src/corelib/global/qglobal.h
parentf9bd36deac79e2950b3ac14d08284e7dfc53aaac (diff)
Add QT_{BEGIN,END}_HEADER definition back
This commit partially reverts 07e3bcdc106ac42703ae0fb88b6cac2d2bfdd072 The empty macro defition was not supposed to be removed yet. Change-Id: Ie83b2adbe2328b83c70a70274a401e1e6c74498f Reviewed-by: David Faure (KDE) <faure@kde.org>
Diffstat (limited to 'src/corelib/global/qglobal.h')
-rw-r--r--src/corelib/global/qglobal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 48df55e86e..1c76c54ad6 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -151,6 +151,9 @@ namespace QT_NAMESPACE {}
#endif /* __cplusplus */
+#define QT_BEGIN_HEADER
+#define QT_END_HEADER
+
#if defined(Q_OS_DARWIN) && !defined(QT_LARGEFILE_SUPPORT)
# define QT_LARGEFILE_SUPPORT 64
#endif