QmlDesigner: Adapt project storage changes in updater

Task-number: QDS-5123
Task-number: QDS-4923
Task-number: QDS-4925
Change-Id: I79acbbdb11bf7a0529c1ef005e6b5e1fd0d12aa7
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2021-09-20 14:12:57 +02:00
parent 054e05951b
commit 091f157192
9 changed files with 199 additions and 66 deletions

View File

@@ -1080,7 +1080,8 @@ std::ostream &operator<<(std::ostream &out, Version version)
std::ostream &operator<<(std::ostream &out, const ExportedType &exportedType)
{
return out << "(\"" << exportedType.name << "\")";
return out << "(\"" << exportedType.name << "\""
<< ", " << exportedType.version << ")";
}
std::ostream &operator<<(std::ostream &out, const NativeType &nativeType)