Skip to content

Commit aa15f9b

Browse files
author
timlinux
committedMay 19, 2008
Used Q_UNUSED rather than UNUSED
git-svn-id: http://svn.osgeo.org/qgis/trunk@8464 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9b3f088 commit aa15f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectorlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ void QgsVectorLayer::drawLabels(QPainter * p, const QgsRect& viewExtent, const Q
340340
}
341341
catch (QgsCsException &e)
342342
{
343-
UNUSED(e);
343+
Q_UNUSED(e);
344344
QgsLogger::critical("Error projecting label locations, caught in " + QString(__FILE__) + ", line " +QString(__LINE__));
345345
}
346346

0 commit comments

Comments
 (0)
Please sign in to comment.