From bd87b2af9dde0633e56a792665cdec7a9675da95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 25 Nov 2012 14:05:14 -0600 Subject: Automated update from Qt3 --- doc/html/qtime.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qtime.html') diff --git a/doc/html/qtime.html b/doc/html/qtime.html index 15f48a9af..369a105b4 100644 --- a/doc/html/qtime.html +++ b/doc/html/qtime.html @@ -316,7 +316,7 @@ Sets this time to the current time. This is practical for timing: TQTime t; t.start(); some_lengthy_task(); - qDebug( "Time elapsed: %d ms", t.elapsed() ); + tqDebug( "Time elapsed: %d ms", t.elapsed() );

See also restart(), elapsed(), and currentTime(). -- cgit v1.2.1