Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Used Q_UNUSED rather than UNUSED (and my apologies for the commit spam)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8465 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed May 19, 2008
1 parent aa15f9b commit a5d7616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/legend/qgslegendlayerfile.cpp
Expand Up @@ -267,7 +267,7 @@ void QgsLegendLayerFile::table()
}
catch(std::bad_alloc& ba)
{
UNUSED(ba);
Q_UNUSED(ba);
QMessageBox::critical(0, tr("bad_alloc exception"), tr("Filling the attribute table has been stopped because there was no more virtual memory left"));
}

Expand Down

0 comments on commit a5d7616

Please sign in to comment.