From 30a6c720476fe968653140bb183928f97d97f1db Mon Sep 17 00:00:00 2001 From: Noldor Date: Sun, 23 May 2010 14:22:59 +0000 Subject: Some fixes in object classes inheritance git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4362 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/editor/scripteditor.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/editor/scripteditor.cpp') diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp index b8c5ec28e..18f49781a 100644 --- a/src/modules/editor/scripteditor.cpp +++ b/src/modules/editor/scripteditor.cpp @@ -679,8 +679,6 @@ void KviScriptEditorSyntaxHighlighter::highlightBlock(const QString & szText) // 'found matches' highlighting KviScriptEditorWidget * pEditor = ((KviScriptEditorWidget *)textEdit()); QString szFind = pEditor->m_szFind; - debug("find %s",szFind.toUtf8().data()); - if (!szFind.isEmpty()) { index = szText.indexOf(szFind); @@ -691,8 +689,6 @@ void KviScriptEditorSyntaxHighlighter::highlightBlock(const QString & szText) index = szText.indexOf(szFind,index + length); } } - debug("exit loop"); - } -- cgit v1.3.1-10-gc9f91