Skip to content

Commit

Permalink
Mark unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux authored and jef-n committed May 8, 2012
1 parent d8b081e commit ed47bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/georeferencer/qgsgeorefplugingui.cpp
Expand Up @@ -1042,6 +1042,7 @@ void QgsGeorefPluginGui::removeOldLayer()

void QgsGeorefPluginGui::updateIconTheme( QString theme )
{
Q_UNUSED(theme);
// File actions
mActionOpenRaster->setIcon( getThemeIcon( "/mActionOpenRaster.png" ) );
mActionStartGeoref->setIcon( getThemeIcon( "/mActionStartGeoref.png" ) );
Expand Down

0 comments on commit ed47bcc

Please sign in to comment.