mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add missing bindings
This commit is contained in:
parent
54b953f433
commit
96a649e37f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user