mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add missing sip bindings
This commit is contained in:
parent
039a77d5bb
commit
caf1038d62
@ -31,6 +31,12 @@ class QgsCapabilitiesCache: QObject
|
||||
/** Inserts new capabilities document (creates a copy of the document, does not take ownership)*/
|
||||
void insertCapabilitiesDocument( const QString& configFilePath, const QString& version, const QDomDocument* doc );
|
||||
|
||||
/** Remove capabilities document
|
||||
* @param configFilePath the project file path
|
||||
* @note added in QGIS 2.16
|
||||
*/
|
||||
void removeCapabilitiesDocument( const QString& path );
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
@ -46,6 +46,7 @@ class SERVER_EXPORT QgsCapabilitiesCache : public QObject
|
||||
|
||||
/** Remove capabilities document
|
||||
* @param configFilePath the project file path
|
||||
* @note added in QGIS 2.16
|
||||
*/
|
||||
void removeCapabilitiesDocument( const QString& path );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user