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
This commit is contained in:
morb_au 2005-10-16 22:02:13 +00:00
parent 76694f5de7
commit 5963e987d2

View File

@ -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'