QNX: add missing include
src/plugins/platforms/qnx/qqnxscreeneventhandler.cpp:149:42: error: incomplete type 'QTouchDevice' used in nested name specifier m_touchDevice->setType(QTouchDevice::TouchScreen); ^~~~~~~~~~~ Change-Id: I83fbecfb3b0745d2f8f30d946f3ee3bd5d6c7459 Reviewed-by: James McDonnell <jmcdonnell@blackberry.com>
This commit is contained in:
parent
150917a4ad
commit
8a0c16ce9f
@ -49,6 +49,7 @@
|
||||
|
||||
#include <QDebug>
|
||||
#include <QGuiApplication>
|
||||
#include <QTouchDevice>
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/keycodes.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user