mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
fix typo
This commit is contained in:
parent
5e4fe3da60
commit
f87fb04af8
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user