Skip to content

Commit

Permalink
Update src/gui/raster/qgsrasterlayerproperties.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Pasotti <elpaso@itopen.it>
  • Loading branch information
2 people authored and nyalldawson committed Jan 16, 2022
1 parent 5ec85e8 commit 17b7655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrasterlayerproperties.cpp
Expand Up @@ -837,7 +837,7 @@ void QgsRasterLayerProperties::apply()

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

0 comments on commit 17b7655

Please sign in to comment.