Fix QAbstractEventDispatcher::installNativeEventFilter documentation

Change-Id: I73c8385d4ef175acad218993be32494eb3a0d6e0
Reviewed-by: Martin Smith <martin.smith@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
Tor Arne Vestbø 2017-06-28 15:11:40 +02:00
parent 80406bd620
commit c888d302bc
1 changed files with 1 additions and 2 deletions

View File

@ -375,8 +375,7 @@ void QAbstractEventDispatcher::closingDown()
*/
/*!
Installs an event filter \a filterObj for all native event filters
received by the application.
Installs an event filter \a filterObj for all native events received by the application.
The event filter \a filterObj receives events via its \l {QAbstractNativeEventFilter::}{nativeEventFilter()}
function, which is called for all events received by all threads.