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
parent
80406bd620
commit
c888d302bc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue