QElapsedTimer: Fix typo in restart() documentation
Change-Id: Iac5df9edbe16ec841f783bc5266091a6e34e9cab Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
ede4f5e23b
commit
4efd73bc3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user