Skip to content
Permalink
Browse files
Add missing docs
  • Loading branch information
nyalldawson committed Feb 12, 2018
1 parent 981afb3 commit fabda53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
@@ -211,6 +211,9 @@ custom configuration widget.
signals:

void finished();
%Docstring
Emitted when the filter finishes fetching results.
%End

void resultFetched( const QgsLocatorResult &result );
%Docstring
@@ -234,6 +234,9 @@ class CORE_EXPORT QgsLocatorFilter : public QObject

signals:

/**
* Emitted when the filter finishes fetching results.
*/
void finished();

/**

0 comments on commit fabda53

Please sign in to comment.