We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0670818 commit 729bdecCopy full SHA for 729bdec
src/app/qgisappinterface.cpp
@@ -65,6 +65,8 @@ QgisAppInterface::QgisAppInterface( QgisApp * _qgis )
65
this, SIGNAL( newProjectCreated() ) );
66
connect( qgis, SIGNAL( projectRead() ),
67
this, SIGNAL( projectRead() ) );
68
+ connect( qgis, SIGNAL( layerSavedAs( QgsMapLayer*, QString ) ),
69
+ this, SIGNAL( layerSavedAs(QgsMapLayer*, QString ) ) );
70
}
71
72
QgisAppInterface::~QgisAppInterface()
0 commit comments