Skip to content

Commit ed47bcc

Browse files
timlinuxjef-n
authored andcommittedMay 8, 2012
Mark unused var
1 parent d8b081e commit ed47bcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/georeferencer/qgsgeorefplugingui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,7 @@ void QgsGeorefPluginGui::removeOldLayer()
10421042

10431043
void QgsGeorefPluginGui::updateIconTheme( QString theme )
10441044
{
1045+
Q_UNUSED(theme);
10451046
// File actions
10461047
mActionOpenRaster->setIcon( getThemeIcon( "/mActionOpenRaster.png" ) );
10471048
mActionStartGeoref->setIcon( getThemeIcon( "/mActionStartGeoref.png" ) );

0 commit comments

Comments
 (0)
Please sign in to comment.