Do not warn about qtnamespacemacros.h header in syncqt
Fixes syncqt warning: -- Running syncqt for module: 'QtCore' QtCore: WARNING: C:/Users/qt/work/qt/qtbase/src/corelib/global/qtnamespacemacros.h does not include QT_BEGIN_NAMESPACE Change-Id: I8ad8b0b7faf8bc1643103cafcd12cd2990980a0b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
b82061688d
commit
f9880e5c8f
@ -118,4 +118,8 @@ namespace QT_NAMESPACE {}
|
||||
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/* silence syncqt warning */
|
||||
QT_BEGIN_NAMESPACE
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif /* QTNAMESPACEMACROS_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user