Skip to content

Commit

Permalink
Remove unused connection
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 5, 2018
1 parent ab7b457 commit 8d84a6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/qgisapp.cpp
Expand Up @@ -3998,9 +3998,6 @@ void QgisApp::initLayerTreeView()
actionCollapseAll->setToolTip( tr( "Collapse All" ) );
connect( actionCollapseAll, &QAction::triggered, mLayerTreeView, &QgsLayerTreeView::collapseAllNodes );

// Change data source action
connect( mLayerTreeView, &QgsLayerTreeView::requestChangeDataSource, this, &QgisApp::changeDataSource );

QToolBar *toolbar = new QToolBar();
toolbar->setIconSize( iconSize( true ) );
toolbar->addAction( mActionStyleDock );
Expand Down

0 comments on commit 8d84a6f

Please sign in to comment.