Code generator (start)

This commit is contained in:
Jakub Melka
2020-03-19 18:17:08 +01:00
parent 36cdb41cdb
commit 96d2e33692
9 changed files with 388 additions and 4 deletions

View File

@ -128,9 +128,11 @@ public:
_PDFInteger,
_PDFReal,
_PDFObjectReference,
_PDFObject,
_QString,
_QPointF,
_QRectF,
_QColor,
_QVariant
};
Q_ENUM(DataType)