mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[locator] Flag the goto locator as a fast filter
This commit is contained in:
parent
50d4bf0f10
commit
ed6c959367
@ -232,6 +232,7 @@ class APP_EXPORT QgsGotoLocatorFilter : public QgsLocatorFilter
|
||||
virtual QString displayName() const override { return tr( "Go to Coordinate" ); }
|
||||
virtual Priority priority() const override { return Medium; }
|
||||
QString prefix() const override { return QStringLiteral( "goto" ); }
|
||||
QgsLocatorFilter::Flags flags() const override { return QgsLocatorFilter::FlagFast; }
|
||||
|
||||
void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback ) override;
|
||||
void triggerResult( const QgsLocatorResult &result ) override;
|
||||
|
Loading…
x
Reference in New Issue
Block a user