mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
connect the app's signal to the interface's, to re-emit it from the interface.
This commit is contained in:
parent
06708186c0
commit
729bdec028
@ -65,6 +65,8 @@ QgisAppInterface::QgisAppInterface( QgisApp * _qgis )
|
|||||||
this, SIGNAL( newProjectCreated() ) );
|
this, SIGNAL( newProjectCreated() ) );
|
||||||
connect( qgis, SIGNAL( projectRead() ),
|
connect( qgis, SIGNAL( projectRead() ),
|
||||||
this, SIGNAL( projectRead() ) );
|
this, SIGNAL( projectRead() ) );
|
||||||
|
connect( qgis, SIGNAL( layerSavedAs( QgsMapLayer*, QString ) ),
|
||||||
|
this, SIGNAL( layerSavedAs(QgsMapLayer*, QString ) ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
QgisAppInterface::~QgisAppInterface()
|
QgisAppInterface::~QgisAppInterface()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user