summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/qatomic_msvc.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-12-22 13:10:53 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-03 20:15:21 +0100
commitd93b2ef968f70fe2dd66f0879cc13ad4170e8553 (patch)
tree9d6439ccbef7539a70ab2727c7eb2e273eeef8e2 /src/corelib/arch/qatomic_msvc.h
parent078b3419bd33031923c791f9286686d2babb1b61 (diff)
Mark all qtbase headers that aren't clean
QtCore has a few headers that, though public, aren't meant to be included directly. Those are the atomic headers, the three _impl.h headers and qt_windows.h. QtGui includes two OpenGL headers that don't compile on their own. Other libraries should not have headers like that (but they do, something we need to fix eventually). Change-Id: I55e4eb057748f47df927ee618f9409acbc189cc1 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/arch/qatomic_msvc.h')
-rw-r--r--src/corelib/arch/qatomic_msvc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/arch/qatomic_msvc.h b/src/corelib/arch/qatomic_msvc.h
index 3d55471cb7..4f91e3d9da 100644
--- a/src/corelib/arch/qatomic_msvc.h
+++ b/src/corelib/arch/qatomic_msvc.h
@@ -219,6 +219,7 @@ QT_BEGIN_NAMESPACE
#if 0
// silence syncqt warnings
QT_END_NAMESPACE
+#pragma qt_sync_skip_header_check
#pragma qt_sync_stop_processing
#endif