Skip to content

Commit 0144bea

Browse files
author
homann
committedJan 21, 2007
Fix compile error when Debug is on
git-svn-id: http://svn.osgeo.org/qgis/trunk@6449 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e982da1 commit 0144bea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/app/qgsabout.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ void QgsAbout::init()
6161
if ( file.open( QIODevice::ReadOnly ) ) {
6262
QTextStream stream( &file );
6363
QString line;
64+
#ifdef QGISDEBUG
65+
int i = 1;
66+
#endif
6467

6568
while ( !stream.atEnd() )
6669
{

0 commit comments

Comments
 (0)
Please sign in to comment.