Skip to content

Commit a5d7616

Browse files
author
timlinux
committedMay 19, 2008
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
1 parent aa15f9b commit a5d7616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/legend/qgslegendlayerfile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ void QgsLegendLayerFile::table()
267267
}
268268
catch(std::bad_alloc& ba)
269269
{
270-
UNUSED(ba);
270+
Q_UNUSED(ba);
271271
QMessageBox::critical(0, tr("bad_alloc exception"), tr("Filling the attribute table has been stopped because there was no more virtual memory left"));
272272
}
273273

0 commit comments

Comments
 (0)
Please sign in to comment.