diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-02 13:27:20 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-02 13:27:20 (GMT) |
commit | b9767be7c1f52c95e1040175b8496e4ef49ac961 (patch) | |
tree | d0c14d73aeae17dea3966547287bf39945161736 /doc/src/frameworks-technologies | |
parent | 6d872ce4f906e16d2da2c2511da5b6d065c3367f (diff) | |
download | Qt-b9767be7c1f52c95e1040175b8496e4ef49ac961.zip Qt-b9767be7c1f52c95e1040175b8496e4ef49ac961.tar.gz Qt-b9767be7c1f52c95e1040175b8496e4ef49ac961.tar.bz2 |
Doc: adding changes to getting started and fixing redirection links
Diffstat (limited to 'doc/src/frameworks-technologies')
-rw-r--r-- | doc/src/frameworks-technologies/eventsandfilters.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/frameworks-technologies/eventsandfilters.qdoc b/doc/src/frameworks-technologies/eventsandfilters.qdoc index e792161..fb14a3b 100644 --- a/doc/src/frameworks-technologies/eventsandfilters.qdoc +++ b/doc/src/frameworks-technologies/eventsandfilters.qdoc @@ -100,7 +100,7 @@ event delivery mechanisms are flexible. The documentation for QCoreApplication::notify() concisely tells the whole story; the \e{Qt Quarterly} article - \l{http://qt.nokia.com/doc/qq/qq11-events.html}{Another Look at Events} + \l{http://doc.qt.nokia.com/qq/qq11-events.html}{Another Look at Events} rehashes it less concisely. Here we will explain enough for 95% of applications. |