Skip to content

Commit f9a4baf

Browse files
author
jef
committedMay 19, 2008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3056,7 +3056,7 @@ void QgisApp::openProject(const QString & fileName)
30563056
}
30573057
catch ( QgsIOException & io_exception )
30583058
{
3059-
UNUSED(io_exception);
3059+
Q_UNUSED(io_exception);
30603060
QMessageBox::critical( this,
30613061
tr("QGIS: Unable to load project"),
30623062
tr("Unable to load project ") + fileName );

0 commit comments

Comments
 (0)
Please sign in to comment.