mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Add missing SIP bindings
This commit is contained in:
parent
8828197a03
commit
4145e337ab
@ -391,6 +391,12 @@ class QgsProject : QObject
|
||||
//! Emitted when the list of layer which are excluded from map identification changes
|
||||
void nonIdentifiableLayersChanged( QStringList nonIdentifiableLayers );
|
||||
|
||||
//! Emitted when the file name of the project changes
|
||||
void fileNameChanged();
|
||||
|
||||
//! Emitted when the home path of the project changes
|
||||
void homePathChanged();
|
||||
|
||||
public slots:
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user