mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix deprecation warning (#31141)
This commit is contained in:
parent
4e56eaf035
commit
97a002f35a
@ -55,8 +55,8 @@ rulesDialog::rulesDialog( const QMap<QString, TopologyRule> &testMap, QgisInterf
|
||||
connect( mDeleteTestButton, &QAbstractButton::clicked, this, &rulesDialog::deleteTest );
|
||||
connect( buttonBox, &QDialogButtonBox::helpRequested, this, &rulesDialog::showHelp );
|
||||
|
||||
connect( mLayer1Box, static_cast<void ( QComboBox::* )( const QString & )>( &QComboBox::currentIndexChanged ), this, &rulesDialog::updateRuleItems );
|
||||
connect( mRuleBox, static_cast<void ( QComboBox::* )( const QString & )>( &QComboBox::currentIndexChanged ), this, &rulesDialog::showControls );
|
||||
connect( mLayer1Box, &QComboBox::currentTextChanged, this, &rulesDialog::updateRuleItems );
|
||||
connect( mRuleBox, &QComboBox::currentTextChanged, this, &rulesDialog::showControls );
|
||||
|
||||
mRuleBox->setCurrentIndex( 0 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user