QElapsedTimer: Fix typo in restart() documentation

Change-Id: Iac5df9edbe16ec841f783bc5266091a6e34e9cab
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Jonathan Liu 2012-09-18 21:00:16 +10:00 committed by The Qt Project
parent ede4f5e23b
commit 4efd73bc3a

View File

@ -84,7 +84,7 @@ void QElapsedTimer::start() Q_DECL_NOTHROW
/*!
Restarts the timer and returns the time elapsed since the previous start.
This function is equivalent to obtaining the elapsed time with elapsed()
and then starting the timer again with restart(), but it does so in one
and then starting the timer again with start(), but it does so in one
single operation, avoiding the need to obtain the clock value twice.
The following example illustrates how to use this function to calibrate a