mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Catalog (first part)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user