Skip to content

Commit

Permalink
Add missing sip bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 29, 2016
1 parent 039a77d commit caf1038
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/server/qgscapabilitiescache.sip
Expand Up @@ -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 );

};


1 change: 1 addition & 0 deletions src/server/qgscapabilitiescache.h
Expand Up @@ -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 );

Expand Down

0 comments on commit caf1038

Please sign in to comment.