diff --git a/RedPandaIDE/todoparser.cpp b/RedPandaIDE/todoparser.cpp index 25c1f48d..245feefc 100644 --- a/RedPandaIDE/todoparser.cpp +++ b/RedPandaIDE/todoparser.cpp @@ -65,7 +65,7 @@ void TodoThread::run() attr = highlighter->getTokenAttribute(); if (attr == commentAttr) { QString token = highlighter->getToken(); - int pos = token.indexOf("TODO:",Qt::CaseInsensitive); + int pos = token.indexOf("TODO:",0,Qt::CaseInsensitive); if (pos>=0) { emit todoFound( mFilename,