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