aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents_p_p.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-02-14 17:20:38 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2020-02-14 16:34:11 +0000
commit17f901e51f51afbbe2552e38c301c013142fd9c6 (patch)
tree42af42a3f06efb8bd6ab51cec7fc7542b635a0a4 /src/quick/items/qquickevents_p_p.h
parent93bca396df537b09f748facd3cee23067f788f10 (diff)
Add a few missing includes
Revealed after removing redundant includes in QtCore. Change-Id: I1639a8012bf14c9f97f52cae3584dda5cef74b38 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items/qquickevents_p_p.h')
-rw-r--r--src/quick/items/qquickevents_p_p.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/quick/items/qquickevents_p_p.h b/src/quick/items/qquickevents_p_p.h
index 4615ce43d2..94b61fd364 100644
--- a/src/quick/items/qquickevents_p_p.h
+++ b/src/quick/items/qquickevents_p_p.h
@@ -56,12 +56,14 @@
#include <QtCore/qobject.h>
#include <QtCore/qpointer.h>
-#include <QtGui/qvector2d.h>
#include <QtGui/qevent.h>
+#include <QtGui/qtouchdevice.h>
+#include <QtGui/qvector2d.h>
+#include <QtQuick/qquickitem.h>
+
#if QT_CONFIG(shortcut)
# include <QtGui/qkeysequence.h>
#endif
-#include <QtQuick/qquickitem.h>
QT_BEGIN_NAMESPACE