mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Back out change of qgsabout.ui.h (16 Oct 2005 18:30:05 -0000 1.6) - int i is still needed in #ifdef QGISDEBUG mode.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4089 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
76694f5de7
commit
5963e987d2
@ -34,6 +34,7 @@ void QgsAbout::init()
|
||||
if ( file.open( IO_ReadOnly ) ) {
|
||||
QTextStream stream( &file );
|
||||
QString line;
|
||||
int i = 1;
|
||||
while ( !stream.atEnd() )
|
||||
{
|
||||
line = stream.readLine(); // line of text excluding '\n'
|
||||
|
Loading…
x
Reference in New Issue
Block a user