We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8828197 commit 4145e33Copy full SHA for 4145e33
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