summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qinputaspect_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qinputaspect_p.h')
-rw-r--r--src/input/frontend/qinputaspect_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/frontend/qinputaspect_p.h b/src/input/frontend/qinputaspect_p.h
index 6b9636ad7..f1de52144 100644
--- a/src/input/frontend/qinputaspect_p.h
+++ b/src/input/frontend/qinputaspect_p.h
@@ -55,7 +55,6 @@ QT_BEGIN_NAMESPACE
namespace Qt3DInput {
class QInputAspect;
-class QInputDeviceIntegration;
namespace Input {
class CameraController;
@@ -70,7 +69,6 @@ public:
Q_DECLARE_PUBLIC(QInputAspect)
QScopedPointer<Input::InputHandler> m_inputHandler;
QScopedPointer<Input::CameraController> m_cameraController;
- QVector<Qt3DInput::QInputDeviceIntegration *> m_inputDeviceIntegrations;
};
} // namespace Qt3DInput