summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2015-12-15 09:14:11 +0100
committerKevin Ottens <kevin.ottens@kdab.com>2015-12-16 16:26:58 +0000
commit1c8480d4fca881846de0afecaf76078a082f5284 (patch)
tree74d9ea671fc2cc34958f15cdc8a2aa752fe15979 /src/input/frontend
parent6663303f14dad462128033d700bdcbc9cc25304f (diff)
Only aspect subclasses register backend types
Also make registerBackendType public on QInputAspect for now since its plugins will also need to register backend types. Change-Id: I7b07162d806b5644daf12f6b22161677f16da38e Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/input/frontend')
-rw-r--r--src/input/frontend/qinputaspect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/frontend/qinputaspect.h b/src/input/frontend/qinputaspect.h
index 9d0292c46..3204939d6 100644
--- a/src/input/frontend/qinputaspect.h
+++ b/src/input/frontend/qinputaspect.h
@@ -63,6 +63,8 @@ public:
QVector<Qt3DCore::QAspectJobPtr> jobsToExecute(qint64 time) Q_DECL_OVERRIDE;
+ using Qt3DCore::QAbstractAspect::registerBackendType;
+
public Q_SLOTS:
void setCamera(Qt3DCore::QCamera *camera);