We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8c63782 commit bfe4e90Copy full SHA for bfe4e90
python/core/qgsproject.sip
@@ -391,6 +391,12 @@ class QgsProject : QObject
391
//! Emitted when the list of layer which are excluded from map identification changes
392
void nonIdentifiableLayersChanged( QStringList nonIdentifiableLayers );
393
394
+ //! Emitted when the file name of the project changes
395
+ void fileNameChanged();
396
+
397
+ //! Emitted when the home path of the project changes
398
+ void homePathChanged();
399
400
public slots:
401
402
/**
0 commit comments