summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication_p.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2015-02-08 21:05:42 +0100
committerShawn Rutledge <shawn.rutledge@digia.com>2015-02-08 21:14:09 +0000
commitbf65a58e5a09dec713dfa293d2919a118f755722 (patch)
tree7a2625ddf3679c2be35da52205c6465c0c93496e /src/gui/kernel/qguiapplication_p.h
parent31e85dc2a1ca6d79f758093bef8b47d6627c208b (diff)
remove stray QGuiApplicationPrivate::wheelEventSource declaration
It is unimplemented and probably unnecessary. Unintentionally included in commit 74443d7bbb319e949928dd081fde04bccb5f7845. Change-Id: I3a1afb20e673fa0611b602a11ceca1953231ac14 Reviewed-by: Andrew Knight <qt@panimo.net>
Diffstat (limited to 'src/gui/kernel/qguiapplication_p.h')
-rw-r--r--src/gui/kernel/qguiapplication_p.h2
1 files changed, 0 insertions, 2 deletions
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();