Skip to content
Snippets Groups Projects
Commit 52ece23f authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge branch 'qgis-descr-fix' into 'develop'

BUG: missing ComplexImage params in QGis wrapper

See merge request !303
parents c290ae9b a286c714
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,8 @@ int main(int argc, char* argv[])
parameterTypeToString[ParameterType_OutputVectorData] = "QgsProcessingParameterVectorDestination";
parameterTypeToString[ParameterType_OutputFilename] = "QgsProcessingParameterFileDestination";
parameterTypeToString[ParameterType_Directory] = "QgsProcessingParameterFile";
parameterTypeToString[ParameterType_ComplexInputImage] = "QgsProcessingParameterRasterLayer";
parameterTypeToString[ParameterType_ComplexOutputImage] = "QgsProcessingParameterRasterDestination";
// TODO
parameterTypeToString[ParameterType_StringList] = "QgsProcessingParameterString";
// ListView parameters are treated as plain string (QLineEdit) in qgis processing ui.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment