Skip to content

Commit

Permalink
Add … to change data source action
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 5, 2018
1 parent 8d84a6f commit 661aad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsapplayertreeviewmenuprovider.cpp
Expand Up @@ -203,7 +203,7 @@ QMenu *QgsAppLayerTreeViewMenuProvider::createContextMenu()
if ( vlayer || rlayer )
{

QAction *a = new QAction( tr( "Change data source" ), menu );
QAction *a = new QAction( tr( "Change data source" ), menu );
connect( a, &QAction::triggered, [ = ]
{
QgisApp::instance()->changeDataSource( layer );
Expand Down

0 comments on commit 661aad7

Please sign in to comment.