From bf65a58e5a09dec713dfa293d2919a118f755722 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Sun, 8 Feb 2015 21:05:42 +0100 Subject: remove stray QGuiApplicationPrivate::wheelEventSource declaration It is unimplemented and probably unnecessary. Unintentionally included in commit 74443d7bbb319e949928dd081fde04bccb5f7845. Change-Id: I3a1afb20e673fa0611b602a11ceca1953231ac14 Reviewed-by: Andrew Knight --- src/gui/kernel/qguiapplication_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/kernel') diff --git a/src/gui/kernel/qguiapplication_p.h b/src/gui/kernel/qguiapplication_p.h index 471316d7ed..4985984a0f 100644 --- a/src/gui/kernel/qguiapplication_p.h +++ b/src/gui/kernel/qguiapplication_p.h @@ -271,8 +271,6 @@ public: static Qt::MouseEventFlags mouseEventFlags(const QMouseEvent *event); static void setMouseEventFlags(QMouseEvent *event, Qt::MouseEventFlags flags); - static Qt::MouseEventSource wheelEventSource(const QWheelEvent *event); - static QInputDeviceManager *inputDeviceManager(); const QDrawHelperGammaTables *gammaTables(); -- cgit v1.2.3