Skip to content

Commit caf1038

Browse files
committedJun 29, 2016
Add missing sip bindings
1 parent 039a77d commit caf1038

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎python/server/qgscapabilitiescache.sip

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ class QgsCapabilitiesCache: QObject
3131
/** Inserts new capabilities document (creates a copy of the document, does not take ownership)*/
3232
void insertCapabilitiesDocument( const QString& configFilePath, const QString& version, const QDomDocument* doc );
3333

34+
/** Remove capabilities document
35+
* @param configFilePath the project file path
36+
* @note added in QGIS 2.16
37+
*/
38+
void removeCapabilitiesDocument( const QString& path );
39+
3440
};
3541

3642

‎src/server/qgscapabilitiescache.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class SERVER_EXPORT QgsCapabilitiesCache : public QObject
4646

4747
/** Remove capabilities document
4848
* @param configFilePath the project file path
49+
* @note added in QGIS 2.16
4950
*/
5051
void removeCapabilitiesDocument( const QString& path );
5152

0 commit comments

Comments
 (0)
Please sign in to comment.