From a70a0dea7fdcd353c8eaba98daeb8425ce3aac96 Mon Sep 17 00:00:00 2001 From: Tobias Koenig Date: Wed, 15 Nov 2006 15:44:21 +0000 Subject: [PATCH] Removed debugging code... Tip of the Day: You can use the following code to do time measurement the Qt way... QTime time; time.start(); // do the time consuming action qDebug( "%d ms elapsed", time.elapsed() ); svn path=/trunk/playground/graphics/okular/; revision=605151 --- core/page.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/core/page.cpp b/core/page.cpp index a8e14e4ed..af250afef 100644 --- a/core/page.cpp +++ b/core/page.cpp @@ -523,7 +523,7 @@ void Page::restoreLocalContents( const QDomNode & pageNode ) if(m_maxuniqueNumuniqueName<