Skip to content

Commit e2d8761

Browse files
author
timlinux
committed
Used Q_UNUSED rather than UNUSED
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8464 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent eedc26b commit e2d8761

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)