summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/examples-common/qfirstpersoncameracontroller_p.h
diff options
context:
space:
mode:
authorFranck Arrecot <franck.arrecot@kdab.com>2016-03-10 09:58:16 +0100
committerFranck Arrecot <franck.arrecot@gmail.com>2016-03-11 13:55:04 +0000
commitc4d7ad6b1e4672a98384724f5aa45338686f2e64 (patch)
tree50fc2946e24b8d0c3cd849224c9924d012546d87 /examples/qt3d/examples-common/qfirstpersoncameracontroller_p.h
parent55e681ac6cad2a059785a08ac920748b5f60acf9 (diff)
Class QLogicComponent changes
Task-number: QTBUG-51448 Change-Id: I1359cbfe61dbef291859d15b16bda61639493432 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/examples-common/qfirstpersoncameracontroller_p.h')
-rw-r--r--examples/qt3d/examples-common/qfirstpersoncameracontroller_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/qt3d/examples-common/qfirstpersoncameracontroller_p.h b/examples/qt3d/examples-common/qfirstpersoncameracontroller_p.h
index bc8cf978c..59b03b1ea 100644
--- a/examples/qt3d/examples-common/qfirstpersoncameracontroller_p.h
+++ b/examples/qt3d/examples-common/qfirstpersoncameracontroller_p.h
@@ -62,7 +62,7 @@ class QCamera;
}
namespace Qt3DLogic {
-class QLogicComponent;
+class QFrameAction;
}
namespace Qt3DInput {
@@ -111,13 +111,13 @@ public:
QLogicalDevice *m_logicalDevice;
- Qt3DLogic::QLogicComponent *m_logicComponent;
+ Qt3DLogic::QFrameAction *m_frameAction;
float m_linearSpeed;
float m_lookSpeed;
QVector3D m_firstPersonUp;
- void _q_onFrameUpdate(float);
+ void _q_onTriggered(float);
Q_DECLARE_PUBLIC(QFirstPersonCameraController)
};