Skip to content

Commit

Permalink
[locator] Use 'go' as prefix for the go to locator filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Aug 5, 2020
1 parent ed6c959 commit f7454f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/locator/qgsinbuiltlocatorfilters.h
Expand Up @@ -231,7 +231,7 @@ class APP_EXPORT QgsGotoLocatorFilter : public QgsLocatorFilter
virtual QString name() const override { return QStringLiteral( "goto" ); }
virtual QString displayName() const override { return tr( "Go to Coordinate" ); }
virtual Priority priority() const override { return Medium; }
QString prefix() const override { return QStringLiteral( "goto" ); }
QString prefix() const override { return QStringLiteral( "go" ); }
QgsLocatorFilter::Flags flags() const override { return QgsLocatorFilter::FlagFast; }

void fetchResults( const QString &string, const QgsLocatorContext &context, QgsFeedback *feedback ) override;
Expand Down

0 comments on commit f7454f6

Please sign in to comment.