aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickwindow_p.h')
-rw-r--r--src/quick/items/qquickwindow_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h
index 7e66aef9f4..15ac701c54 100644
--- a/src/quick/items/qquickwindow_p.h
+++ b/src/quick/items/qquickwindow_p.h
@@ -154,7 +154,6 @@ public:
#ifndef QT_NO_GESTURES
bool deliverNativeGestureEvent(QQuickItem *, QNativeGestureEvent *);
#endif
- static QQuickPointerDevice *touchDevice(QTouchDevice *d);
// entry point of events to the window
void handleTouchEvent(QTouchEvent *);
@@ -274,10 +273,6 @@ public:
mutable QQuickWindowIncubationController *incubationController;
- static QQuickPointerDevice *genericMouseDevice;
- static QHash<QTouchDevice *, QQuickPointerDevice *> touchDevices;
- static QHash<qint64, QQuickPointerDevice *> tabletDevices;
-
static bool defaultAlphaBuffer;
static bool dragOverThreshold(qreal d, Qt::Axis axis, QMouseEvent *event, int startDragThreshold = -1);