summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend')
-rw-r--r--src/input/frontend/qinputaspect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/frontend/qinputaspect.cpp b/src/input/frontend/qinputaspect.cpp
index aa64d5e0d..46e6615e7 100644
--- a/src/input/frontend/qinputaspect.cpp
+++ b/src/input/frontend/qinputaspect.cpp
@@ -209,7 +209,7 @@ QVector<QAspectJobPtr> QInputAspect::jobsToExecute(qint64 time)
void QInputAspect::onInitialize(const QVariantMap &)
{
Q_D(QInputAspect);
- Qt3DCore::QEventFilterService *eventService = services()->eventFilterService();
+ Qt3DCore::QEventFilterService *eventService = d->services()->eventFilterService();
eventService->registerEventFilter(d->m_cameraController.data(), 128);
d->m_inputHandler->registerEventFilters(eventService);
}