[QGIS Commit] r8470 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Mon May 19 12:44:03 EDT 2008
Author: jef
Date: 2008-05-19 12:44:03 -0400 (Mon, 19 May 2008)
New Revision: 8470
Modified:
trunk/qgis/src/app/qgisapp.cpp
Log:
replace another UNUSED with Q_UNUSED
Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp 2008-05-19 16:43:33 UTC (rev 8469)
+++ trunk/qgis/src/app/qgisapp.cpp 2008-05-19 16:44:03 UTC (rev 8470)
@@ -3056,7 +3056,7 @@
}
catch ( QgsIOException & io_exception )
{
- UNUSED(io_exception);
+ Q_UNUSED(io_exception);
QMessageBox::critical( this,
tr("QGIS: Unable to load project"),
tr("Unable to load project ") + fileName );
More information about the QGIS-commit
mailing list