summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qcameralens_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qcameralens_p.h')
-rw-r--r--src/render/frontend/qcameralens_p.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/render/frontend/qcameralens_p.h b/src/render/frontend/qcameralens_p.h
index 71759d5f8..d78579b70 100644
--- a/src/render/frontend/qcameralens_p.h
+++ b/src/render/frontend/qcameralens_p.h
@@ -51,7 +51,8 @@
// We mean it.
//
-#include <Qt3DCore/private/qcomponent_p.h>
+#include <private/qcomponent_p.h>
+#include <private/qnodecommand_p.h>
#include "qcameralens.h"
#include <Qt3DCore/qpropertyupdatedchange.h>
@@ -103,6 +104,9 @@ public:
float m_exposure;
+ Qt3DCore::QNodeCommand::CommandId m_pendingViewAllCommand;
+ void processViewAllCommand(Qt3DCore::QNodeCommand::CommandId commandId, const QVariant &data);
+
private:
inline void updatePerpectiveProjection()
{