Skip to content

Commit fabda53

Browse files
committed
Add missing docs
1 parent 981afb3 commit fabda53

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

python/core/locator/qgslocatorfilter.sip.in

+3
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ custom configuration widget.
211211
signals:
212212

213213
void finished();
214+
%Docstring
215+
Emitted when the filter finishes fetching results.
216+
%End
214217

215218
void resultFetched( const QgsLocatorResult &result );
216219
%Docstring

src/core/locator/qgslocatorfilter.h

+3
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ class CORE_EXPORT QgsLocatorFilter : public QObject
234234

235235
signals:
236236

237+
/**
238+
* Emitted when the filter finishes fetching results.
239+
*/
237240
void finished();
238241

239242
/**

0 commit comments

Comments
 (0)