summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Doc/Doc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Doc/Doc.h')
-rw-r--r--src/Authoring/Client/Code/Core/Doc/Doc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Authoring/Client/Code/Core/Doc/Doc.h b/src/Authoring/Client/Code/Core/Doc/Doc.h
index 29130a48..e66a2057 100644
--- a/src/Authoring/Client/Code/Core/Doc/Doc.h
+++ b/src/Authoring/Client/Code/Core/Doc/Doc.h
@@ -184,6 +184,11 @@ public:
QString name;
int type;
QVector<ControlledItem> ctrldElems;
+ // As per QT3DS-2992 we currently need only a single key-value pair per datainput.
+ // For efficiency we use separate QStrings for both, as there is no need for more
+ // elaborate containers.
+ QString metaDataKey;
+ QString metaData;
// Bindings in other subpresentations, of QMap format
// QMultiMap<subpresentation_id, QPair<datatype, strict>>.