From f316502d58c947863f5caf17c64dc68d865162a4 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sun, 3 Feb 2013 13:08:26 +0100 Subject: 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) --- src/corelib/global/qglobal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/corelib/global') 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 -- cgit v1.2.3