summaryrefslogtreecommitdiffstats
path: root/src/core/render_widget_host_view_qt.h
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-06-29 07:35:57 +0200
committerAndy Shaw <andy.shaw@qt.io>2018-06-29 08:37:02 +0000
commitdb7bfc5604d5a0d951316ce7d42e90cc18ae63f1 (patch)
tree2ed51b219645dfa1ae20bd7fee7bbe76b6d5e6d8 /src/core/render_widget_host_view_qt.h
parentf4d421f5a3594323832157eb142bf2261ae9a454 (diff)
Compile with -no-feature-tabletevent
Change-Id: I7e03d6e3347ee9b81a7414574098827b5773b7b4 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/render_widget_host_view_qt.h')
-rw-r--r--src/core/render_widget_host_view_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/render_widget_host_view_qt.h b/src/core/render_widget_host_view_qt.h
index 2a1485510..0c62b7279 100644
--- a/src/core/render_widget_host_view_qt.h
+++ b/src/core/render_widget_host_view_qt.h
@@ -188,7 +188,9 @@ public:
void handleKeyEvent(QKeyEvent*);
void handleWheelEvent(QWheelEvent*);
void handleTouchEvent(QTouchEvent*);
+#if QT_CONFIG(tabletevent)
void handleTabletEvent(QTabletEvent *ev);
+#endif
#ifndef QT_NO_GESTURES
void handleGestureEvent(QNativeGestureEvent *);
#endif