Skip to content

Commit

Permalink
add objectName to button
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jun 29, 2016
1 parent 9d11022 commit 0083291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1997,6 +1997,7 @@ void QgisApp::createToolBars()
bt->addActions( selectActions );
bt->setDefaultAction( mActionSelectByExpression );
QAction* selectionAction = mAttributesToolBar->insertWidget( mActionDeselectAll, bt );
selectionAction->setObjectName( "ActionSelection" );

// select tool button

Expand Down

0 comments on commit 0083291

Please sign in to comment.