From c6ac59cc91e6a5efb59857c28317329175658a0f Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 6 Feb 2013 00:12:27 +0100 Subject: Add note about QT_{BEGIN,END}_HEADER removal for Qt 6 This macro usage has been removed from most of the Qt 5 code, so adding a note to be completely removed in Qt 6. Change-Id: I19a90db78745f3cacbcbf206e8642c7d7c36e04a Reviewed-by: Thiago Macieira --- src/corelib/global/qglobal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/global') diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 1c76c54ad6..4ee91d821c 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -151,6 +151,7 @@ namespace QT_NAMESPACE {} #endif /* __cplusplus */ +// ### Qt6: remove me. #define QT_BEGIN_HEADER #define QT_END_HEADER -- cgit v1.2.3