Skip to content
Permalink
Browse files
replace another UNUSED with Q_UNUSED
git-svn-id: http://svn.osgeo.org/qgis/trunk@8470 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 19, 2008
1 parent 5ae03a6 commit d4ac329
Showing 1 changed file with 1 addition and 1 deletion.
@@ -3056,7 +3056,7 @@ void QgisApp::openProject(const QString & fileName)
}
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 );

0 comments on commit d4ac329

Please sign in to comment.