diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-30 12:42:27 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-30 12:42:27 (GMT) |
commit | dc1b1b37e1ebe055d3bd46bc43e0c3b9612560bc (patch) | |
tree | 05f9f9bc92322c9b42257c00ae2df14700fdd35f /doc/src | |
parent | 79a7c969983eafeef67cce28724c3981cf3af1ea (diff) | |
parent | e95e69f7d1209cceacdef0f26416b93c1d83e8e0 (diff) | |
download | Qt-dc1b1b37e1ebe055d3bd46bc43e0c3b9612560bc.zip Qt-dc1b1b37e1ebe055d3bd46bc43e0c3b9612560bc.tar.gz Qt-dc1b1b37e1ebe055d3bd46bc43e0c3b9612560bc.tar.bz2 |
Merge commit 'origin/4.6' into 4.6
Diffstat (limited to 'doc/src')
-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 c769884..52d596a 100644 --- a/doc/src/frameworks-technologies/eventsandfilters.qdoc +++ b/doc/src/frameworks-technologies/eventsandfilters.qdoc @@ -215,7 +215,7 @@ \l{QCoreApplication::}{postEvent()} posts the event on a queue for later dispatch. The next time Qt's main event loop runs, it dispatches all posted events, with some optimization. For example, if there are - several resize events, they are are compressed into one. The same + several resize events, they are compressed into one. The same applies to paint events: QWidget::update() calls \l{QCoreApplication::}{postEvent()}, which eliminates flickering and increases speed by avoiding multiple repaints. |