forked from qt-creator/qt-creator
QmlDesigner: There were issues with escaping the json
Change-Id: Ibedc675a38a0323587836788727a29b0454717f6 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
3bf918e293
commit
2bb235da40
@@ -1255,8 +1255,6 @@ public:
|
||||
using NanotraceHR::keyValue;
|
||||
auto dict = dictonary(keyValue("type name", typeAnnotation.typeName),
|
||||
keyValue("icon path", typeAnnotation.iconPath),
|
||||
keyValue("item library json", typeAnnotation.itemLibraryJson),
|
||||
keyValue("hints json", typeAnnotation.hintsJson),
|
||||
keyValue("type id", typeAnnotation.typeId),
|
||||
keyValue("source id", typeAnnotation.sourceId),
|
||||
keyValue("module id", typeAnnotation.moduleId),
|
||||
|
Reference in New Issue
Block a user