diff options
author | Frederik Schwarzer <schwarzerf@gmail.com> | 2009-05-11 13:55:59 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-18 14:23:59 (GMT) |
commit | d13162dd4695274dc4bdb286ce85bf198391d94b (patch) | |
tree | b794ebb2096e488516f1ebd4b244186e9c32b487 /doc/src/timers.qdoc | |
parent | e5755e131952ab5c3c8dd0fd6a88dbaa7148898a (diff) | |
download | Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.zip Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.gz Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.bz2 |
Fix some typos in the documentation.
Usually, "the the" is not proper English
Reviewed-By: Thiago Macieira
Diffstat (limited to 'doc/src/timers.qdoc')
-rw-r--r-- | doc/src/timers.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/timers.qdoc b/doc/src/timers.qdoc index 4f54343..1b48d7d 100644 --- a/doc/src/timers.qdoc +++ b/doc/src/timers.qdoc @@ -62,7 +62,7 @@ In multithreaded applications, you can use the timer mechanism in any thread that has an event loop. To start an event loop from a - non-GUI thread, use QThread::exec(). Qt uses the the object's + non-GUI thread, use QThread::exec(). Qt uses the object's \l{QObject::thread()}{thread affinity} to determine which thread will deliver the QTimerEvent. Because of this, you must start and stop all timers in the object's thread; it is not possible to @@ -105,7 +105,7 @@ In multithreaded applications, you can use QTimer in any thread that has an event loop. To start an event loop from a non-GUI - thread, use QThread::exec(). Qt uses the the timer's + thread, use QThread::exec(). Qt uses the timer's \l{QObject::thread()}{thread affinity} to determine which thread will emit the \l{QTimer::}{timeout()} signal. Because of this, you must start and stop the timer in its thread; it is not possible to |