Add missing sip bindings

This commit is contained in:
Nyall Dawson 2016-06-29 10:08:34 +10:00
parent 039a77d5bb
commit caf1038d62
2 changed files with 7 additions and 0 deletions

View File

@ -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 );
};

View File

@ -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 );