mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
e982da1154
commit
0144bea87f
@ -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() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user