QmlDesigner: There were issues with escaping the json

Change-Id: Ibedc675a38a0323587836788727a29b0454717f6
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Thomas Hartmann
2025-02-07 10:38:34 +01:00
committed by Thomas Hartmann
parent 3bf918e293
commit 2bb235da40

View File

@@ -1255,8 +1255,6 @@ public:
using NanotraceHR::keyValue; using NanotraceHR::keyValue;
auto dict = dictonary(keyValue("type name", typeAnnotation.typeName), auto dict = dictonary(keyValue("type name", typeAnnotation.typeName),
keyValue("icon path", typeAnnotation.iconPath), keyValue("icon path", typeAnnotation.iconPath),
keyValue("item library json", typeAnnotation.itemLibraryJson),
keyValue("hints json", typeAnnotation.hintsJson),
keyValue("type id", typeAnnotation.typeId), keyValue("type id", typeAnnotation.typeId),
keyValue("source id", typeAnnotation.sourceId), keyValue("source id", typeAnnotation.sourceId),
keyValue("module id", typeAnnotation.moduleId), keyValue("module id", typeAnnotation.moduleId),