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/howtos/timers.qdoc | |
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/howtos/timers.qdoc')
-rw-r--r-- | doc/src/howtos/timers.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/howtos/timers.qdoc b/doc/src/howtos/timers.qdoc index 85902be..189f1c3 100644 --- a/doc/src/howtos/timers.qdoc +++ b/doc/src/howtos/timers.qdoc @@ -72,7 +72,7 @@ The upper limit for the interval value is determined by the number of milliseconds that can be specified in a signed integer (in practice, this is a period of just over 24 days). The accuracy - depends on the underlying operating system. Windows 98 has 55 + depends on the underlying operating system. Windows 2000 has 15 millisecond accuracy; other systems that we have tested can handle 1 millisecond intervals. |