summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/solarsystem/solarsystem.h
diff options
context:
space:
mode:
authorJulian de Bhal <julian.debhal@nokia.com>2011-06-09 15:09:40 +1000
committerJulian de Bhal <julian.debhal@nokia.com>2011-06-09 15:10:04 +1000
commit27b029d6d06cdb311ed14b1ed3eb857fb023c355 (patch)
treeafb8cea2c4f256ae8720c11578cdef58fc39aba7 /examples/qt3d/solarsystem/solarsystem.h
parent6ffaa6cd6409886d3bd5e392539de97570336d68 (diff)
Fix typing for solar system example
Diffstat (limited to 'examples/qt3d/solarsystem/solarsystem.h')
-rw-r--r--examples/qt3d/solarsystem/solarsystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/solarsystem/solarsystem.h b/examples/qt3d/solarsystem/solarsystem.h
index 76e3020d..aa166e72 100644
--- a/examples/qt3d/solarsystem/solarsystem.h
+++ b/examples/qt3d/solarsystem/solarsystem.h
@@ -79,7 +79,7 @@ private:
qreal m_angle1;
qreal m_angle2;
qreal m_angle3;
- qreal m_glowFactor;
+ float m_glowFactor;
QGraphicsRotation3D *sunRotation;
QGraphicsRotation3D *planetRotation;
QGraphicsRotation3D *moonRotation;