Skip to content

Commit 490b3cd

Browse files
pre-commit-ci[bot]nyalldawson
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8336118 commit 490b3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgscustomization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void QgsCustomizationDialog::cancel()
278278
{
279279
for ( int i = 0; i < mSelectedWidgets.size(); i++ )
280280
{
281-
if ( QWidget* widget = mSelectedWidgets.at( i ) )
281+
if ( QWidget *widget = mSelectedWidgets.at( i ) )
282282
widget->setStyleSheet( mSelectedWidgets.at( i )->property( "originalStylesheet" ).toString() );
283283
}
284284
mSelectedWidgets.clear();

0 commit comments

Comments
 (0)