mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-22 00:06:57 -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( buttonBox, SIGNAL( accepted() ), this, SLOT( addTest() ) );
|
||||||
connect( mDeleteTestButton, &QAbstractButton::clicked, this, &rulesDialog::deleteTest );
|
connect( mDeleteTestButton, &QAbstractButton::clicked, this, &rulesDialog::deleteTest );
|
||||||
connect( buttonBox, &QDialogButtonBox::helpRequested, this, &rulesDialog::showHelp );
|
connect( buttonBox, &QDialogButtonBox::helpRequested, this, &rulesDialog::showHelp );
|
||||||
|
|
||||||
connect( mLayer1Box, static_cast<void ( QComboBox::* )( const QString & )>( &QComboBox::currentIndexChanged ), this, &rulesDialog::updateRuleItems );
|
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( mRuleBox, static_cast<void ( QComboBox::* )( const QString & )>( &QComboBox::currentIndexChanged ), this, &rulesDialog::showControls );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user