mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-31 00:04:24 -05:00
better wording for an input parameter in Execute SpatiaLite query
algorithm (refs ##53904)
This commit is contained in:
parent
5c1f7bb8a8
commit
abe2cf8f6b
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
qgsalgorithmexecutepostgisquery.cpp
|
||||
qgsalgorithmexecutespatialitequery.cpp
|
||||
---------------------
|
||||
begin : May 2020
|
||||
copyright : (C) 2020 by Alexander Bruy
|
||||
@ -60,7 +60,7 @@ QgsExecuteSpatialiteQueryAlgorithm *QgsExecuteSpatialiteQueryAlgorithm::createIn
|
||||
|
||||
void QgsExecuteSpatialiteQueryAlgorithm::initAlgorithm( const QVariantMap & )
|
||||
{
|
||||
addParameter( new QgsProcessingParameterVectorLayer( QStringLiteral( "DATABASE" ), QObject::tr( "Database (connection name)" ), QList<int>() << static_cast<int>( Qgis::ProcessingSourceType::Vector ) ) );
|
||||
addParameter( new QgsProcessingParameterVectorLayer( QStringLiteral( "DATABASE" ), QObject::tr( "Database layer (or file)" ), QList<int>() << static_cast<int>( Qgis::ProcessingSourceType::Vector ) ) );
|
||||
addParameter( new QgsProcessingParameterString( QStringLiteral( "SQL" ), QObject::tr( "SQL query" ), QVariant(), true ) );
|
||||
}
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
qgsalgorithmexecutepostgisqueryregistered.cpp
|
||||
qgsalgorithmexecutespatialitequeryregistered.cpp
|
||||
---------------------
|
||||
begin : May 2020
|
||||
copyright : (C) 2020 by Alexander Bruy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user