diff options
| -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 | 
