Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add note on how to invalidate results
- Loading branch information
|
@@ -54,6 +54,11 @@ class QgsLocatorFilter : QObject |
|
|
%Docstring |
|
|
Abstract base class for filters which collect locator results. |
|
|
|
|
|
.. note:: |
|
|
|
|
|
If the configuration of the filter is changed outside of the main application settings, |
|
|
one needs to invalidate current results of the locator widget: see QgisInterface.invalidateLocatorResults |
|
|
|
|
|
.. versionadded:: 3.0 |
|
|
%End |
|
|
|
|
|
|
@@ -97,6 +97,9 @@ class CORE_EXPORT QgsLocatorResult |
|
|
* \class QgsLocatorFilter |
|
|
* \ingroup core |
|
|
* Abstract base class for filters which collect locator results. |
|
|
* |
|
|
* \note If the configuration of the filter is changed outside of the main application settings, |
|
|
* one needs to invalidate current results of the locator widget: \see QgisInterface::invalidateLocatorResults |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
class CORE_EXPORT QgsLocatorFilter : public QObject |
|
|