Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
astyled
  • Loading branch information
jakimowb authored and nyalldawson committed Jan 17, 2022
1 parent e8ab2b6 commit 32f4010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrasterlayerproperties.cpp
Expand Up @@ -833,7 +833,7 @@ void QgsRasterLayerProperties::apply()
return;

// apply all plugin dialogs
for ( QgsMapLayerConfigWidget *page : std::as_const(mLayerPropertiesPages) )
for ( QgsMapLayerConfigWidget *page : std::as_const( mLayerPropertiesPages ) )
{
page->apply();
}
Expand Down

0 comments on commit 32f4010

Please sign in to comment.