0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

script highlighter has been fixed

This commit is contained in:
Arin Alexander
2020-09-17 10:35:48 +03:00
parent bed346552e
commit 022b80613b
3 changed files with 7 additions and 5 deletions

View File

@@ -43,6 +43,8 @@ protected:
QTextCharFormat m_formats[FormatsCount];
bool isKeyWord(const QString& word);
void createParentheisisInfo(const char& literal, TextBlockData *data, const QString& text);
private:
QSet<QString> m_keywords;
};