Catalog (first part)

This commit is contained in:
Jakub Melka
2018-12-14 19:41:12 +01:00
parent 7a96807988
commit 038548c391
6 changed files with 500 additions and 12 deletions

View File

@@ -19,6 +19,7 @@
#ifndef PDFGLOBAL_H
#define PDFGLOBAL_H
#include <QtCore>
#include <QtGlobal>
#include <limits>
@@ -98,6 +99,11 @@ struct PDFVersion
bool isValid() const { return major > 0; }
};
struct PDFTranslationContext
{
Q_DECLARE_TR_FUNCTIONS(pdf::PDFTranslationContext)
};
} // namespace pdf
#endif // PDFGLOBAL_H