mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Used Q_UNUSED rather than UNUSED
git-svn-id: http://svn.osgeo.org/qgis/trunk@8464 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9b3f088d41
commit
aa15f9b11d
@ -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__));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user