summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/solarsystem/solarsystem.h
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-11-28 16:01:40 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-28 07:33:13 +0100
commitf037bb1fa72b7dee790367776a913b18a07445ac (patch)
treed114152c4d0d6e876c9dbad05d5cdd8a4c4ce425 /examples/qt3d/solarsystem/solarsystem.h
parent2734491c7230bfa54af46ef56085a56e61eed8a0 (diff)
More fixes to QtQuick3D namespace compilation.
Change-Id: Ib648c9fbd613be1548c194fe6afd3d791c1ae368 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'examples/qt3d/solarsystem/solarsystem.h')
-rw-r--r--examples/qt3d/solarsystem/solarsystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/qt3d/solarsystem/solarsystem.h b/examples/qt3d/solarsystem/solarsystem.h
index 372d1985b..2b2201cf3 100644
--- a/examples/qt3d/solarsystem/solarsystem.h
+++ b/examples/qt3d/solarsystem/solarsystem.h
@@ -44,9 +44,11 @@
#include "qglview.h"
#include "qgraphicsrotation3d.h"
+QT_BEGIN_NAMESPACE
class QGLSceneNode;
class QGLBuilder;
class QGLShaderProgramEffect;
+QT_END_NAMESPACE
class SolarSystemView : public QGLView
{