We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b953f commit 96a649eCopy full SHA for 96a649e
python/core/qgsproject.sip
@@ -507,6 +507,19 @@ class QgsProject : QObject
507
*/
508
void avoidIntersectionsListChanged();
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
+
523
public slots:
524
/**
525
* Flag the project as dirty (modified). If this flag is set, the user will
0 commit comments