diff options
author | David Boddie <david.boddie@nokia.com> | 2011-03-29 10:54:30 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-03-29 10:54:30 (GMT) |
commit | def7250ed1a3169a9a39a064402868e9928584f9 (patch) | |
tree | 2a1cb046d0d97ed929733ef766309949f7902efb /doc/src | |
parent | 1decfbb7220d80b1c9245d50876a4e8342f78a95 (diff) | |
download | Qt-def7250ed1a3169a9a39a064402868e9928584f9.zip Qt-def7250ed1a3169a9a39a064402868e9928584f9.tar.gz Qt-def7250ed1a3169a9a39a064402868e9928584f9.tar.bz2 |
Doc: Minor fix to title.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/tutorials/threads.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/tutorials/threads.qdoc b/doc/src/tutorials/threads.qdoc index 1d807a0..2d6a540 100644 --- a/doc/src/tutorials/threads.qdoc +++ b/doc/src/tutorials/threads.qdoc @@ -33,7 +33,7 @@ \title Threading Basics \brief An introduction to threads - \section1 What Are Threads + \section1 What Are Threads? Threads are about doing things in parallel, just like processes. So how do threads differ from processes? While you are making calculations on a |