summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qactionhandler.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-12-01 11:36:51 +0000
committerSean Harmer <sean.harmer@kdab.com>2015-12-04 16:22:48 +0000
commit0a3831387348483d4af3aa12a13707aab08cd2d7 (patch)
treebdb06b26fee531d363c971a714c8d62f30e1fc33 /src/input/frontend/qactionhandler.h
parent4ee8165b1b44463dcd0000119f3d827ae37d9c78 (diff)
Store logical device in QActionHandler
Change-Id: I6bd53c04460df463d93e91c6b2ae94a2e68a98d7 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/input/frontend/qactionhandler.h')
-rw-r--r--src/input/frontend/qactionhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/frontend/qactionhandler.h b/src/input/frontend/qactionhandler.h
index e681e78af..6034b6eae 100644
--- a/src/input/frontend/qactionhandler.h
+++ b/src/input/frontend/qactionhandler.h
@@ -64,6 +64,9 @@ public Q_SLOTS:
Q_SIGNALS:
void logicalDeviceChanged(Qt3DInput::QLogicalDevice *logicalDevice);
+ void actionStarted(const QString &name);
+ void actionFinished(const QString &name);
+
protected:
Q_DECLARE_PRIVATE(QActionHandler)
QActionHandler(QActionHandlerPrivate &dd, Qt3DCore::QNode *parent = 0);