[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-02-19 23:02:00 +00:00 committed by Nyall Dawson
parent 8336118927
commit 490b3cda54

View File

@ -278,7 +278,7 @@ void QgsCustomizationDialog::cancel()
{
for ( int i = 0; i < mSelectedWidgets.size(); i++ )
{
if ( QWidget* widget = mSelectedWidgets.at( i ) )
if ( QWidget *widget = mSelectedWidgets.at( i ) )
widget->setStyleSheet( mSelectedWidgets.at( i )->property( "originalStylesheet" ).toString() );
}
mSelectedWidgets.clear();