remove stray QGuiApplicationPrivate::wheelEventSource declaration

It is unimplemented and probably unnecessary.  Unintentionally included
in commit 74443d7bbb.

Change-Id: I3a1afb20e673fa0611b602a11ceca1953231ac14
Reviewed-by: Andrew Knight <qt@panimo.net>
This commit is contained in:
Shawn Rutledge 2015-02-08 21:05:42 +01:00
parent 31e85dc2a1
commit bf65a58e5a

View File

@ -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();