Add missing SIP bindings

This commit is contained in:
Nyall Dawson 2016-07-11 08:42:27 +10:00
parent 8828197a03
commit 4145e337ab

View File

@ -391,6 +391,12 @@ class QgsProject : QObject
//! Emitted when the list of layer which are excluded from map identification changes
void nonIdentifiableLayersChanged( QStringList nonIdentifiableLayers );
//! Emitted when the file name of the project changes
void fileNameChanged();
//! Emitted when the home path of the project changes
void homePathChanged();
public slots:
/**