mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
add note on how to invalidate results
This commit is contained in:
parent
a15d8903ed
commit
dc9fb90b01
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user