#ifndef GUI_ESCAPESEQUENCEPARSER_HPP #define GUI_ESCAPESEQUENCEPARSER_HPP #include #include void ParseEscapeSequence(int attribute, QListIterator& i, QTextCharFormat& textCharFormat, const QTextCharFormat& defaultTextCharFormat); #endif // GUI_ESCAPESEQUENCEPARSER_HPP