Skip to content

Commit

Permalink
Add missing bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 12, 2016
1 parent 8c63782 commit bfe4e90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/qgsproject.sip
Original file line number Diff line number Diff line change
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 bfe4e90

Please sign in to comment.