diff options
author | miniak <milan.burda@gmail.com> | 2009-12-22 13:57:46 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-12-22 14:42:28 (GMT) |
commit | ef5291b0fd521b7f22169ebc2297f720120296d6 (patch) | |
tree | 8ba70cd8424a8e40d63d73925dac70f41d925642 /doc/src/porting | |
parent | 464306df827cbf3378f72f9aead0448a32ab5a21 (diff) | |
download | Qt-ef5291b0fd521b7f22169ebc2297f720120296d6.zip Qt-ef5291b0fd521b7f22169ebc2297f720120296d6.tar.gz Qt-ef5291b0fd521b7f22169ebc2297f720120296d6.tar.bz2 |
Doc: remove obsolete Win9x stuff from the documentation
Merge-request: 1627
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'doc/src/porting')
-rw-r--r-- | doc/src/porting/porting4.qdoc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/porting/porting4.qdoc b/doc/src/porting/porting4.qdoc index 20fd8a6..bc49b48 100644 --- a/doc/src/porting/porting4.qdoc +++ b/doc/src/porting/porting4.qdoc @@ -3793,11 +3793,10 @@ multimedia timer API, which gives us 1 millisecond resolution for QTimer. - Note that other versions of Windows have a lower timer resolution, - and that code relying on underlying system timer restrictions - encounters no such limitations using Qt 4 (e.g., setting an - interval of 0 millisecond results in Qt occupying all of the - processor time when no GUI events need processing). + Note that Windows 2000 has a lower timer resolution, and that code relying + on underlying system timer restrictions encounters no such limitations + using Qt 4 (e.g., setting an interval of 0 millisecond results in Qt + occupying all of the processor time when no GUI events need processing). \section1 QToolBar |