summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qelapsedtimer.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-05-29 18:51:28 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-05-31 09:08:08 (GMT)
commiteef1daabc41fbba6d2c91a7446c12c01b9c33812 (patch)
tree7bedbf03e0c045d725ca870f8163644279a1dde2 /src/corelib/tools/qelapsedtimer.cpp
parent53b778b454b46e0ace841c3fe87b534cd82309dd (diff)
downloadQt-eef1daabc41fbba6d2c91a7446c12c01b9c33812.zip
Qt-eef1daabc41fbba6d2c91a7446c12c01b9c33812.tar.gz
Qt-eef1daabc41fbba6d2c91a7446c12c01b9c33812.tar.bz2
Doc: MonotonicClock is obviously monotonic
Diffstat (limited to 'src/corelib/tools/qelapsedtimer.cpp')
-rw-r--r--src/corelib/tools/qelapsedtimer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qelapsedtimer.cpp b/src/corelib/tools/qelapsedtimer.cpp
index 28dfc23..cb5e701 100644
--- a/src/corelib/tools/qelapsedtimer.cpp
+++ b/src/corelib/tools/qelapsedtimer.cpp
@@ -137,7 +137,7 @@ QT_BEGIN_NAMESPACE
used.
\value SystemTime The human-readable system time. This clock is not monotonic.
- \value MonotonicClock The system's monotonic clock, usually found in Unix systems. This clock is not monotonic and does not overflow.
+ \value MonotonicClock The system's monotonic clock, usually found in Unix systems. This clock is monotonic and does not overflow.
\value TickCounter The system's tick counter, used on Windows and Symbian systems. This clock may overflow.
\value MachAbsoluteTime The Mach kernel's absolute time (Mac OS X). This clock is monotonic and does not overflow.