summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/eventsandfilters.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/eventsandfilters.qdoc')
-rw-r--r--src/corelib/doc/src/eventsandfilters.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/eventsandfilters.qdoc b/src/corelib/doc/src/eventsandfilters.qdoc
index a880cc8187..d9b2e35e19 100644
--- a/src/corelib/doc/src/eventsandfilters.qdoc
+++ b/src/corelib/doc/src/eventsandfilters.qdoc
@@ -194,7 +194,7 @@
\l{QCoreApplication::}{sendEvent()} processes the event immediately.
When it returns, the event filters and/or the object itself have
already processed the event. For many event classes there is a function
- called isAccepted() that tells you whether the event was accepted
+ called \l{QEvent::}{isAccepted()} that tells you whether the event was accepted
or rejected by the last handler that was called.
\l{QCoreApplication::}{postEvent()} posts the event on a queue for