From 49fe4998d08c7095dd39731f9ff8a336b3fb42a4 Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 13 Jan 2013 05:06:15 +0100 Subject: doc length tested ok. remove FIXME note 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 -- cgit v0.10.1