From 5963e987d22a3484ab63d919532b6f6fd24cb656 Mon Sep 17 00:00:00 2001 From: morb_au Date: Sun, 16 Oct 2005 22:02:13 +0000 Subject: [PATCH] Back out change of qgsabout.ui.h (16 Oct 2005 18:30:05 -0000 1.6) - int i is still needed in #ifdef QGISDEBUG mode. git-svn-id: http://svn.osgeo.org/qgis/trunk@4089 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/qgsabout.ui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qgsabout.ui.h b/src/qgsabout.ui.h index 46467476cd4..936e32af512 100644 --- a/src/qgsabout.ui.h +++ b/src/qgsabout.ui.h @@ -34,6 +34,7 @@ void QgsAbout::init() if ( file.open( IO_ReadOnly ) ) { QTextStream stream( &file ); QString line; + int i = 1; while ( !stream.atEnd() ) { line = stream.readLine(); // line of text excluding '\n'