summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qaction.cpp
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2019-09-30 18:08:15 +0100
committerMike Krus <mike.krus@kdab.com>2019-10-01 15:16:46 +0100
commit7c044beea804c1bdfe815304272119dcf36bf7a5 (patch)
tree1fb2aff06ecf1868c64da1f3c719f7ceb77034e2 /src/input/frontend/qaction.cpp
parent9e2279d1e30e5d2627c05bcb00d75c0237a81bc6 (diff)
Clean up includes
Remove include statements for classes that are no longer used. Makes it easier to find remaining use cases that need addressed before complete removal in Qt 6. Change-Id: I60529ba1929ad64b162d3847d5df47cde2a60dad Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/input/frontend/qaction.cpp')
-rw-r--r--src/input/frontend/qaction.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/frontend/qaction.cpp b/src/input/frontend/qaction.cpp
index 6eeaa6676..4dc0493b0 100644
--- a/src/input/frontend/qaction.cpp
+++ b/src/input/frontend/qaction.cpp
@@ -42,8 +42,6 @@
#include <Qt3DInput/qabstractactioninput.h>
#include <Qt3DCore/qpropertyupdatedchange.h>
-#include <Qt3DCore/qpropertynodeaddedchange.h>
-#include <Qt3DCore/qpropertynoderemovedchange.h>
#include <Qt3DCore/qnodecreatedchange.h>
#include <Qt3DCore/private/qnode_p.h>