summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsslideplayer_p.h
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@qt.io>2018-10-28 13:51:55 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2018-10-29 13:21:35 +0000
commit82cfec43ab454a9bb2c26a4d738d49b338e88000 (patch)
tree7a46808f41756e3979b5aff2c247d53035fa3fb6 /src/runtime/q3dsslideplayer_p.h
parente946bad5624fbaf9c297972a2c2b4316aae9baa8 (diff)
Change PlayerType names to Scene and Component
... the names Slide and ComponentSlide doesn't make much sense. Change-Id: I19d76012625d4d5c2eb4ed379305c21586678455 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/runtime/q3dsslideplayer_p.h')
-rw-r--r--src/runtime/q3dsslideplayer_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime/q3dsslideplayer_p.h b/src/runtime/q3dsslideplayer_p.h
index 2e8b637..7886489 100644
--- a/src/runtime/q3dsslideplayer_p.h
+++ b/src/runtime/q3dsslideplayer_p.h
@@ -84,8 +84,8 @@ public:
enum class PlayerType
{
- Slide,
- ComponentSlide
+ Scene,
+ Component
};
Q_ENUM(PlayerType)
@@ -168,7 +168,7 @@ private:
Q3DSComponentNode *m_component = nullptr;
QSharedPointer<Q3DSAnimationManager> m_animationManager;
PlayerMode m_mode = PlayerMode::Viewer;
- PlayerType m_type = PlayerType::Slide;
+ PlayerType m_type = PlayerType::Scene;
QVector<std::function<void()>> m_queuedChanges;