Skip to content

Commit 96a649e

Browse files
committed
Add missing bindings
1 parent 54b953f commit 96a649e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

python/core/qgsproject.sip

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,19 @@ class QgsProject : QObject
507507
*/
508508
void avoidIntersectionsListChanged();
509509

510+
/**
511+
* Emitted when the map theme collection changes.
512+
* This only happens when the map theme collection is reset.
513+
* Any pointer previously received from mapThemeCollection()
514+
* must no longer be used after this signal is emitted.
515+
* You must still connect to signals from the map theme collection
516+
* if you want to be notified about new map themes being added and
517+
* map themes being removed.
518+
*
519+
* @note Added in QGIS 3.0
520+
*/
521+
void mapThemeCollectionChanged();
522+
510523
public slots:
511524
/**
512525
* Flag the project as dirty (modified). If this flag is set, the user will

0 commit comments

Comments
 (0)