XFA: value parsing

This commit is contained in:
Jakub Melka
2021-10-31 18:36:20 +01:00
parent e3c2df6314
commit 624794554c
3 changed files with 119 additions and 1 deletions

View File

@ -482,7 +482,6 @@ private:
{
QString className;
const Type* valueType = nullptr;
QString nodeValue;
std::vector<Attribute> attributes;
std::vector<Subnode> subnodes;
};