Operator list

This commit is contained in:
Jakub Melka
2019-02-10 18:32:15 +01:00
parent 9264ea70c1
commit b01a135dfd
4 changed files with 191 additions and 3 deletions

View File

@ -201,8 +201,7 @@ private:
const char* m_end;
};
/// Parsing context. Used for example to detect cyclic reference errors. Can handle multiple threads
/// simultaneously (e.g class is thread safe).
/// Parsing context. Used for example to detect cyclic reference errors.
class PDFParsingContext
{
Q_DECLARE_TR_FUNCTIONS(pdf::PDFParsingContext)