Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
1.15.0
-
None
Description
Suppose we use the example given in manual:
Qt.core.pluginMetaData: ["uri=thePlugin"]
The JSON that it produces would be:
“uri” : [“thePlugin”]
It should be this instead, without brackets:
“uri” : “thePlugin”
It appears that no matter what the value is, it is always put into array.