Skip to content

Commit 729bdec

Browse files
committed
connect the app's signal to the interface's, to re-emit it from the interface.
1 parent 0670818 commit 729bdec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/qgisappinterface.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ QgisAppInterface::QgisAppInterface( QgisApp * _qgis )
6565
this, SIGNAL( newProjectCreated() ) );
6666
connect( qgis, SIGNAL( projectRead() ),
6767
this, SIGNAL( projectRead() ) );
68+
connect( qgis, SIGNAL( layerSavedAs( QgsMapLayer*, QString ) ),
69+
this, SIGNAL( layerSavedAs(QgsMapLayer*, QString ) ) );
6870
}
6971

7072
QgisAppInterface::~QgisAppInterface()

0 commit comments

Comments
 (0)