mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-21 00:05:53 -04:00
fix indentation
This commit is contained in:
parent
a0430ec63e
commit
0c59bc540e
@ -54,7 +54,7 @@ rulesDialog::rulesDialog( const QMap<QString, TopologyRule> &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<void ( QComboBox::* )( const QString & )>( &QComboBox::currentIndexChanged ), this, &rulesDialog::updateRuleItems );
|
||||
connect( mRuleBox, static_cast<void ( QComboBox::* )( const QString & )>( &QComboBox::currentIndexChanged ), this, &rulesDialog::showControls );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user