Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing bindings
  • Loading branch information
m-kuhn committed Oct 23, 2016
1 parent 54b953f commit 96a649e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions python/core/qgsproject.sip
Expand Up @@ -507,6 +507,19 @@ class QgsProject : QObject
*/
void avoidIntersectionsListChanged();

/**
* Emitted when the map theme collection changes.
* This only happens when the map theme collection is reset.
* Any pointer previously received from mapThemeCollection()
* must no longer be used after this signal is emitted.
* You must still connect to signals from the map theme collection
* if you want to be notified about new map themes being added and
* map themes being removed.
*
* @note Added in QGIS 3.0
*/
void mapThemeCollectionChanged();

public slots:
/**
* Flag the project as dirty (modified). If this flag is set, the user will
Expand Down

0 comments on commit 96a649e

Please sign in to comment.