Remove winEventFilter, replaced with installNativeEventFilter.
authorDavid Faure <faure@kde.org>
Fri, 20 Jul 2012 18:52:44 +0000 (20:52 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jul 2012 22:08:28 +0000 (00:08 +0200)
commit42c86bba9d46d8d16ffd6c90ec34857eccc23df4
tree703d79deb66054ed88613474f8d87e9f742f65dd
parent607c37befb145c3aa1b9d29365ac682a2bd3a55f
Remove winEventFilter, replaced with installNativeEventFilter.

No reason to keep a virtual method for Windows when all other similar methods
(macEvent and x11Event) have been removed, and when installNativeEventFilter
provides a much nicer solution (no need to derive from QApplication).

Change-Id: Ia2a7960e320fcbd04cef91f467900861dbb377c1
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
dist/changes-5.0.0
src/corelib/kernel/qcoreapplication.cpp
src/corelib/kernel/qcoreapplication.h
src/corelib/kernel/qcoreapplication_win.cpp
src/corelib/kernel/qeventdispatcher_win.cpp
src/plugins/platforms/windows/qwindowscontext.cpp
src/plugins/platforms/xcb/qxcbconnection.cpp