We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b081e commit ed47bccCopy full SHA for ed47bcc
src/plugins/georeferencer/qgsgeorefplugingui.cpp
@@ -1042,6 +1042,7 @@ void QgsGeorefPluginGui::removeOldLayer()
1042
1043
void QgsGeorefPluginGui::updateIconTheme( QString theme )
1044
{
1045
+ Q_UNUSED(theme);
1046
// File actions
1047
mActionOpenRaster->setIcon( getThemeIcon( "/mActionOpenRaster.png" ) );
1048
mActionStartGeoref->setIcon( getThemeIcon( "/mActionStartGeoref.png" ) );
0 commit comments