summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/global/qtconfigmacros.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/corelib/global/qtconfigmacros.h b/src/corelib/global/qtconfigmacros.h
index 51f6e651bc..7d42b13c54 100644
--- a/src/corelib/global/qtconfigmacros.h
+++ b/src/corelib/global/qtconfigmacros.h
@@ -4,6 +4,9 @@
#ifndef QTCONFIGMACROS_H
#define QTCONFIGMACROS_H
+#if 0
+# pragma qt_sync_stop_processing
+#endif
#ifdef QT_BOOTSTRAPPED
// qconfig-bootstrapped.h is not supposed to be a part of the synced header files. So we find it by
// the include path specified for Bootstrap library in the source tree instead of the build tree as
@@ -154,8 +157,4 @@ namespace QT_NAMESPACE {}
# define QT_END_MOC_NAMESPACE
#endif
-/* silence syncqt warning */
-QT_BEGIN_NAMESPACE
-QT_END_NAMESPACE
-
#endif /* QTCONFIGMACROS_H */