summaryrefslogtreecommitdiffstats
path: root/src/sensors/qrotationsensor_p.h
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-12-16 13:52:22 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-19 04:32:01 +0100
commit6ba0e4d8fa1bd69b1f6813c9b28dd60e00d13c01 (patch)
treed7b613b972b638731e40e76075b29fdb016fc98a /src/sensors/qrotationsensor_p.h
parentd315ee4e7995333fbdf4d3f8d851acf0f6606f3a (diff)
Add missing QT header macros.
QT_BEGIN_HEADER QT_BEGIN_NAMESPACE QT_END_NAMESPACE QT_END_HEADER Change-Id: Iac83c311b43b2bba4fd9749027b3cdc91263c5e5 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'src/sensors/qrotationsensor_p.h')
-rw-r--r--src/sensors/qrotationsensor_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sensors/qrotationsensor_p.h b/src/sensors/qrotationsensor_p.h
index 0a4e0715..debefe6c 100644
--- a/src/sensors/qrotationsensor_p.h
+++ b/src/sensors/qrotationsensor_p.h
@@ -53,6 +53,7 @@
// We mean it.
//
+QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
class QRotationReadingPrivate
@@ -71,6 +72,7 @@ public:
};
QT_END_NAMESPACE
+QT_END_HEADER
#endif