Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/analysis/processing/qgsalgorithmextractbylocation.cpp
|
@@ -210,7 +210,7 @@ void QgsSelectByLocationAlgorithm::initAlgorithm( const QVariantMap & ) |
|
|
{ |
|
|
QStringList methods = QStringList() << QObject::tr( "creating new selection" ) |
|
|
<< QObject::tr( "adding to current selection" ) |
|
|
<< QObject::tr( "select within current selection" ) |
|
|
<< QObject::tr( "selecting within current selection" ) |
|
|
<< QObject::tr( "removing from current selection" ); |
|
|
|
|
|
addParameter( new QgsProcessingParameterVectorLayer( QStringLiteral( "INPUT" ), QObject::tr( "Select features from" ), |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.