From 4efd73bc3ac318ec40adea2f21b3c9359ea1795a Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Tue, 18 Sep 2012 21:00:16 +1000 Subject: [PATCH] QElapsedTimer: Fix typo in restart() documentation Change-Id: Iac5df9edbe16ec841f783bc5266091a6e34e9cab Reviewed-by: Thiago Macieira --- src/corelib/tools/qelapsedtimer_generic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/tools/qelapsedtimer_generic.cpp b/src/corelib/tools/qelapsedtimer_generic.cpp index fc53fd9b8a..9332ee79ec 100644 --- a/src/corelib/tools/qelapsedtimer_generic.cpp +++ b/src/corelib/tools/qelapsedtimer_generic.cpp @@ -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