summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/deviceorientation.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlviewer/deviceorientation.h')
-rw-r--r--tools/qmlviewer/deviceorientation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qmlviewer/deviceorientation.h b/tools/qmlviewer/deviceorientation.h
index a2ed6ec..c8125cd 100644
--- a/tools/qmlviewer/deviceorientation.h
+++ b/tools/qmlviewer/deviceorientation.h
@@ -44,6 +44,8 @@
#include <QObject>
+QT_BEGIN_NAMESPACE
+
class DeviceOrientationPrivate;
class DeviceOrientation : public QObject
{
@@ -66,4 +68,6 @@ private:
friend class DeviceOrientationPrivate;
};
+QT_END_NAMESPACE
+
#endif