#ifndef RENDERHELPERS_HPP #define RENDERHELPERS_HPP #include #include void RenderEscapeCodes(const QByteArray &input, const QTextCharFormat& format, QTextCursor& cursor); #endif