XFA: xfa engine basics

This commit is contained in:
Jakub Melka
2021-10-27 19:23:40 +02:00
parent a45807fb34
commit 564c4068a5
9 changed files with 267 additions and 5 deletions

View File

@ -446,6 +446,11 @@ private:
GeneratedCodeStorage* m_storage = nullptr;
};
class XFACodeGenerator
{
};
} // namespace codegen
Q_DECLARE_METATYPE(codegen::GeneratedCodeStorage*)