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 );