diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-04 11:45:46 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-04 11:45:46 (GMT) |
commit | 95f52ed1f9a1b3049e6862cb466754931c1d760d (patch) | |
tree | 8e4032755e9d9a90e53274ea583095c90eb77e59 /doc/src/frameworks-technologies/threads.qdoc | |
parent | e5b34afef72154c017fe6d97eb7eda620754f6a2 (diff) | |
download | Qt-95f52ed1f9a1b3049e6862cb466754931c1d760d.zip Qt-95f52ed1f9a1b3049e6862cb466754931c1d760d.tar.gz Qt-95f52ed1f9a1b3049e6862cb466754931c1d760d.tar.bz2 |
Doc: Made a number of fixes to the documentation.
Diffstat (limited to 'doc/src/frameworks-technologies/threads.qdoc')
-rw-r--r-- | doc/src/frameworks-technologies/threads.qdoc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/src/frameworks-technologies/threads.qdoc b/doc/src/frameworks-technologies/threads.qdoc index 405997a..4f7c7bf 100644 --- a/doc/src/frameworks-technologies/threads.qdoc +++ b/doc/src/frameworks-technologies/threads.qdoc @@ -324,10 +324,6 @@ post events to objects that "live" in other threads. This is possible because each thread is allowed to have its own event loop. - - Topics: - - \tableofcontents \section1 QObject Reentrancy |