Skip to content

Commit

Permalink
HIG
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 16, 2019
1 parent 1a45c8c commit 0a119b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology/qgsstyleexportimportdialog.cpp
Expand Up @@ -105,7 +105,7 @@ QgsStyleExportImportDialog::QgsStyleExportImportDialog( QgsStyle *style, QWidget
mFavorite->setHidden( true );
mIgnoreXMLTags->setHidden( true );

pb = new QPushButton( tr( "Select by Group" ) );
pb = new QPushButton( tr( "Select by Group" ) );
buttonBox->addButton( pb, QDialogButtonBox::ActionRole );
connect( pb, &QAbstractButton::clicked, this, &QgsStyleExportImportDialog::selectByGroup );
tagLabel->setHidden( true );
Expand Down

0 comments on commit 0a119b9

Please sign in to comment.