#ifndef RENDERHELPERS_HPP #define RENDERHELPERS_HPP #include #include #include namespace renderhelpers { void renderEscapeCodes(const QByteArray &input, const QTextCharFormat& format, QTextCursor& cursor); void setPageMargins(QTextDocument *doc, int mh, int mv); } #endif