Examples: Read meta data, which includes categories

Task-number: QTCREATORBUG-28546
Change-Id: I11505d4f8b8eaef3f525185cd45757b6f41012ec
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
(cherry picked from commit e060f82fa5)
This commit is contained in:
Eike Ziller
2023-03-09 14:00:08 +01:00
parent 9144ab75f4
commit b542d47907
3 changed files with 39 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ public:
QString videoUrl;
QString videoLength;
QStringList platforms;
QHash<QString, QStringList> metaData;
};
QTSUPPORT_EXPORT Utils::expected_str<QList<ExampleItem *>> parseExamples(