From 2bb235da40c62d7684dd50c7bde67f250ab86595 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Fri, 7 Feb 2025 10:38:34 +0100 Subject: [PATCH] QmlDesigner: There were issues with escaping the json Change-Id: Ibedc675a38a0323587836788727a29b0454717f6 Reviewed-by: Marco Bubke --- .../libs/designercore/projectstorage/projectstoragetypes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/qmldesigner/libs/designercore/projectstorage/projectstoragetypes.h b/src/plugins/qmldesigner/libs/designercore/projectstorage/projectstoragetypes.h index 5c776313479..71279f57412 100644 --- a/src/plugins/qmldesigner/libs/designercore/projectstorage/projectstoragetypes.h +++ b/src/plugins/qmldesigner/libs/designercore/projectstorage/projectstoragetypes.h @@ -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),