Skip to content

Commit bfe4e90

Browse files
committedJul 12, 2016
Add missing bindings
1 parent 8c63782 commit bfe4e90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎python/core/qgsproject.sip

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,12 @@ class QgsProject : QObject
391391
//! Emitted when the list of layer which are excluded from map identification changes
392392
void nonIdentifiableLayersChanged( QStringList nonIdentifiableLayers );
393393

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+
394400
public slots:
395401

396402
/**

0 commit comments

Comments
 (0)
Please sign in to comment.