diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-13 04:06:15 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-13 04:06:15 (GMT) |
commit | 49fe4998d08c7095dd39731f9ff8a336b3fb42a4 (patch) | |
tree | 5890cffe2d34d61491fae37ad25f70d7935f532c /src/highlighter.cc | |
parent | d61593979199c1c025df07a5a1db879cce165529 (diff) |
doc length tested ok. remove FIXME note
Diffstat (limited to 'src/highlighter.cc')
-rw-r--r-- | src/highlighter.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/highlighter.cc b/src/highlighter.cc index 58912f3..44ef368 100644 --- a/src/highlighter.cc +++ b/src/highlighter.cc @@ -235,7 +235,6 @@ void Highlighter::portable_rehighlightBlock( const QTextBlock &block ) int Highlighter::lastDocumentPos() { -// fixme - test it #if (QT_VERSION >= QT_VERSION_CHECK(4, 5, 0)) return document()->characterCount(); #else |