Skip to content

Commit c4091ef

Browse files
pigreconyalldawson
authored andcommittedApr 12, 2020
fix indentation
1 parent 3846e29 commit c4091ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsexpressionselectiondialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ QgsExpressionSelectionDialog::QgsExpressionSelectionDialog( QgsVectorLayer *laye
4242
connect( mButtonZoomToFeatures, &QToolButton::clicked, this, &QgsExpressionSelectionDialog::mButtonZoomToFeatures_clicked );
4343
connect( mPbnClose, &QPushButton::clicked, this, &QgsExpressionSelectionDialog::mPbnClose_clicked );
4444

45-
setWindowTitle( QStringLiteral( "%1 - Select by Expression" ).arg( layer->name() ) );
45+
setWindowTitle( QStringLiteral( "%1 - Select by Expression" ).arg( layer->name() ) );
4646

4747
mActionSelect->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mIconExpressionSelect.svg" ) ) );
4848
mActionAddToSelection->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mIconSelectAdd.svg" ) ) );

0 commit comments

Comments
 (0)
Please sign in to comment.