Skip to content

Commit

Permalink
Add missing SIP bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 10, 2016
1 parent 8828197 commit 4145e33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/qgsproject.sip
Expand Up @@ -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:

/**
Expand Down

0 comments on commit 4145e33

Please sign in to comment.