Skip to content

Commit

Permalink
Explicit slot
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 29, 2024
1 parent 4606929 commit 2b00dc1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ Inserts new capabilities document (creates a copy of the document, does not take
:param doc: the DOM document
%End

public slots:

void removeCapabilitiesDocument( const QString &path );
%Docstring
Remove capabilities document
Removes capabilities document

:param path: the project file path
%End
Expand Down
4 changes: 3 additions & 1 deletion python/server/auto_generated/qgscapabilitiescache.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ Inserts new capabilities document (creates a copy of the document, does not take
:param doc: the DOM document
%End

public slots:

void removeCapabilitiesDocument( const QString &path );
%Docstring
Remove capabilities document
Removes capabilities document

:param path: the project file path
%End
Expand Down
4 changes: 3 additions & 1 deletion src/server/qgscapabilitiescache.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ class SERVER_EXPORT QgsCapabilitiesCache : public QObject
*/
void insertCapabilitiesDocument( const QString &configFilePath, const QString &key, const QDomDocument *doc );

public slots:

/**
* Remove capabilities document
* Removes capabilities document
* \param path the project file path
*/
void removeCapabilitiesDocument( const QString &path );
Expand Down

0 comments on commit 2b00dc1

Please sign in to comment.