19 #ifndef __LOGS_HIGHLIGHTER_HH__
20 #define __LOGS_HIGHLIGHTER_HH__
22 #include <QSyntaxHighlighter>
25 #include <QTextCharFormat>
53 struct HighlightingRule
56 QTextCharFormat format;
58 QVector<HighlightingRule> highlightingRules;
60 QTextCharFormat m_latexFileFormat;
61 QTextCharFormat m_latexErrorFormat;
62 QTextCharFormat m_latexWarningFormat;
65 #endif // __LOGS_HIGHLIGHTER_HH__