Skip to content

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.