From 0c59bc540e8c13699d5a1b6748c3174ef570edd9 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Mon, 26 Mar 2018 23:16:10 +0200 Subject: [PATCH] fix indentation --- src/plugins/topology/rulesDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/topology/rulesDialog.cpp b/src/plugins/topology/rulesDialog.cpp index 721208d19c6..43b77eabf34 100644 --- a/src/plugins/topology/rulesDialog.cpp +++ b/src/plugins/topology/rulesDialog.cpp @@ -54,7 +54,7 @@ rulesDialog::rulesDialog( const QMap &testMap, QgisInterf //connect( buttonBox, SIGNAL( accepted() ), this, SLOT( addTest() ) ); connect( mDeleteTestButton, &QAbstractButton::clicked, this, &rulesDialog::deleteTest ); connect( buttonBox, &QDialogButtonBox::helpRequested, this, &rulesDialog::showHelp ); - + connect( mLayer1Box, static_cast( &QComboBox::currentIndexChanged ), this, &rulesDialog::updateRuleItems ); connect( mRuleBox, static_cast( &QComboBox::currentIndexChanged ), this, &rulesDialog::showControls );