blob: c2c81d8566b228db7c0f8c27338c94a214bdce84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef RENDERHELPERS_HPP
#define RENDERHELPERS_HPP
#include <QByteArray>
#include <QTextCursor>
void RenderEscapeCodes(const QByteArray &input, const QTextCharFormat& format, QTextCursor& cursor);
#endif
|