Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix indentation
  • Loading branch information
DelazJ committed Mar 26, 2018
1 parent a0430ec commit 0c59bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/topology/rulesDialog.cpp
Expand Up @@ -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 );

Expand Down

0 comments on commit 0c59bc5

Please sign in to comment.