From 4145e337ab642b7a38a58b457e81d70121f284c2 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 11 Jul 2016 08:42:27 +1000 Subject: [PATCH] Add missing SIP bindings --- python/core/qgsproject.sip | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/core/qgsproject.sip b/python/core/qgsproject.sip index cee13e8a9ae..757841ef4fa 100644 --- a/python/core/qgsproject.sip +++ b/python/core/qgsproject.sip @@ -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: /**