summaryrefslogtreecommitdiffstats
path: root/src/imports/threed/viewport.h
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-12-23 13:34:10 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-10 00:41:12 +0100
commit7cd6e7b614ec8415372291f3d86fcbe7296f6d5d (patch)
tree37935e4093cbd66d249426f629bf70cee239e82f /src/imports/threed/viewport.h
parentd4ea9dcc1e807a7348fff74d84221095e2bf2a87 (diff)
Fix namespace compilation.
Back-ported from Qt5 changes: 24b1b6bd5c6a3960cfdf71cc644d95926430c267 d641f03b6efecce266ef329eb4bbc48d87c2fc12 2734491c7230bfa54af46ef56085a56e61eed8a0 f037bb1fa72b7dee790367776a913b18a07445ac Change-Id: I73e2e8996376ea40b9763224554aafba7fe7bdb6 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'src/imports/threed/viewport.h')
-rw-r--r--src/imports/threed/viewport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/threed/viewport.h b/src/imports/threed/viewport.h
index f1844058..c0c9c055 100644
--- a/src/imports/threed/viewport.h
+++ b/src/imports/threed/viewport.h
@@ -149,10 +149,10 @@ private:
QPointF viewDelta(qreal deltax, qreal deltay);
};
-QML_DECLARE_TYPE(Viewport)
-
QT_END_NAMESPACE
+QML_DECLARE_TYPE(Viewport)
+
QT_END_HEADER
#endif