This commit is contained in:
Denis Rouzaud 2020-09-22 13:30:32 +02:00 committed by Nyall Dawson
parent 5e4fe3da60
commit f87fb04af8

View File

@ -328,7 +328,7 @@ QStringList QgsActiveLayerFeaturesLocatorFilter::prepare( const QString &string,
mFieldsCompletion << field.name();
}
// the completion list (returned by the current method) is used by the locator line edit directy
// the completion list (returned by the current method) is used by the locator line edit directly
completionList.append( QStringLiteral( "@%1 " ).arg( field.name() ) );
if ( field.type() == QVariant::String )