summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/eventsandfilters.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-09-09 13:24:30 +0200
committerNico Vertriest <nico.vertriest@digia.com>2014-09-11 16:11:20 +0200
commit20a6b6b3ca3f2bb81c71d6b18b84510b27d4675a (patch)
treec725bfaf32070ebdd8d43809d4497eeb7b5386cf /src/corelib/doc/src/eventsandfilters.qdoc
parent0db3ea4048fe572a256deb343ea5e64a55d98de9 (diff)
Doc: corrected link/autolink errors in corelib/doc/src
Task-number: QTBUG-40362 Change-Id: I0ff1523c76724e0662bafed08515ea06bbdd8381 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
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