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

BUG: missing ComplexImage params in QGis wrapper

Even if these parameters are deprecated, the generator should at least recognize them and treat them as normal images
parent 7a38c6f1
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