Skip to content

Commit

Permalink
Fix compile error when Debug is on
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6449 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Jan 21, 2007
1 parent 5d53cd6 commit 2df4c40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgsabout.cpp
Expand Up @@ -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() )
{
Expand Down

0 comments on commit 2df4c40

Please sign in to comment.