File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -507,6 +507,19 @@ class QgsProject : QObject
507
507
*/
508
508
void avoidIntersectionsListChanged();
509
509
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
+
510
523
public slots:
511
524
/**
512
525
* Flag the project as dirty (modified). If this flag is set, the user will
You can’t perform that action at this time.
0 commit comments