summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/qatomic_integrity.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-13 06:49:56 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-13 22:15:40 +0100
commit605339a5dd3b9c5740927ad9af85bb6d0f94c5b7 (patch)
treec5f90affc107cd3f3ba73b520b09f4d604132909 /src/corelib/arch/qatomic_integrity.h
parent5c5498ca0d2f8f1876836730b29a98e97a68487e (diff)
Remove qatomic_arch.h
Make qbasicatomic.h include the OS/compiler/processor dependent implementation. For implementations that have not yet been ported to declare a QAtomicOps, they need to #include <QtCore/qoldbasicatomic.h>, and the new QBasicAtomicInteger and QBasicAtomicPointer should not be declared. Change-Id: Ia951834484c9f8dfa75131592e5e716b68ff989b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/arch/qatomic_integrity.h')
-rw-r--r--src/corelib/arch/qatomic_integrity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/arch/qatomic_integrity.h b/src/corelib/arch/qatomic_integrity.h
index e5d226ad7f..f290984611 100644
--- a/src/corelib/arch/qatomic_integrity.h
+++ b/src/corelib/arch/qatomic_integrity.h
@@ -42,6 +42,7 @@
#ifndef QATOMIC_INTEGRITY_H
#define QATOMIC_INTEGRITY_H
+#include <QtCore/qoldbasicatomic.h>
#include <INTEGRITY.h>
QT_BEGIN_HEADER