diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-02-14 16:21:52 +0100 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-03-05 21:49:18 +0100 |
commit | eb09b7aa75ee1b8c4c7d50315e6b6206b85f2822 (patch) | |
tree | 79cd632c1f676a43f8ae353fca2d7af27a6233b3 /src/platformsupport/input | |
parent | 73301b252a3486098d1e8d0dd4e36462d9ab5885 (diff) | |
download | qtbase-eb09b7aa75ee1b8c4c7d50315e6b6206b85f2822.tar.gz |
Initial cleanup of qevent.h for Qt6
Takes care of the first round of todos and deprecations for Qt6 in
qevent.
Not touching anything that might interfere with changing the class
hierarchy as the file also suggest.
Change-Id: If72d63d8932f1af588785bf77b34532358639a63
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/platformsupport/input')
-rw-r--r-- | src/platformsupport/input/libinput/qlibinputtouch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platformsupport/input/libinput/qlibinputtouch.cpp b/src/platformsupport/input/libinput/qlibinputtouch.cpp index 446218e4b3..f00df6b674 100644 --- a/src/platformsupport/input/libinput/qlibinputtouch.cpp +++ b/src/platformsupport/input/libinput/qlibinputtouch.cpp @@ -42,6 +42,7 @@ #include <libinput.h> #include <QtGui/QGuiApplication> #include <QtGui/QScreen> +#include <QtGui/QTouchDevice> #include <QtGui/private/qhighdpiscaling_p.h> QT_BEGIN_NAMESPACE |