Fix compile error when Debug is on

git-svn-id: http://svn.osgeo.org/qgis/trunk@6449 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
homann 2007-01-21 12:52:41 +00:00
parent e982da1154
commit 0144bea87f

View File

@ -61,6 +61,9 @@ void QgsAbout::init()
if ( file.open( QIODevice::ReadOnly ) ) {
QTextStream stream( &file );
QString line;
#ifdef QGISDEBUG
int i = 1;
#endif
while ( !stream.atEnd() )
{