diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-12 22:36:07 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-12 22:36:07 (GMT) |
commit | 8f986a339925f523e5bf19addce6c6e8bf8c9ec3 (patch) | |
tree | 7e94268697eed8fe34f272fa440117c610dc7dd9 /src/highlighter.h | |
parent | 2c6d69645ff1391683ae6ffde8bd305277e17914 (diff) |
make it work on Qt less than 4.6
Diffstat (limited to 'src/highlighter.h')
-rw-r--r-- | src/highlighter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/highlighter.h b/src/highlighter.h index a0ed0da..322ba2d 100644 --- a/src/highlighter.h +++ b/src/highlighter.h @@ -19,6 +19,7 @@ private: bool errorState = false; QMap<QString,QStringList> tokentypes; QMap<QString,QTextCharFormat> typeformats; + void portable_rehighlightBlock( const QTextBlock &text ); }; #endif |