Skip to content
Permalink
Browse files
Used Q_UNUSED rather than UNUSED
git-svn-id: http://svn.osgeo.org/qgis/trunk@8464 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed May 19, 2008
1 parent 9b3f088 commit aa15f9b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -340,7 +340,7 @@ void QgsVectorLayer::drawLabels(QPainter * p, const QgsRect& viewExtent, const Q
}
catch (QgsCsException &e)
{
UNUSED(e);
Q_UNUSED(e);
QgsLogger::critical("Error projecting label locations, caught in " + QString(__FILE__) + ", line " +QString(__LINE__));
}

0 comments on commit aa15f9b

Please sign in to comment.