aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-08-07 16:01:59 +0000
committerGravatar Elvio Basello2010-08-07 16:01:59 +0000
commit403374043e06788423598a7d1a656443e1a85704 (patch)
tree265717148afebfa1af7a0f623b7ca966967153b1 /src/modules/editor/scripteditor.cpp
parentupdated translation files (diff)
downloadKVIrc-403374043e06788423598a7d1a656443e1a85704.tar.gz
KVIrc-403374043e06788423598a7d1a656443e1a85704.tar.bz2
KVIrc-403374043e06788423598a7d1a656443e1a85704.zip
cleaned code: removed all instances of debug
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.cpp')
-rw-r--r--src/modules/editor/scripteditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp
index 48363826f..7753af41c 100644
--- a/src/modules/editor/scripteditor.cpp
+++ b/src/modules/editor/scripteditor.cpp
@@ -470,7 +470,7 @@ bool KviScriptEditorWidget::contextSensitiveHelp() const
} else {
pList = g_pUserParser->completeCommandAllocateResult(szTmp);
}
- debug ("command or func %s",szTmp.toUtf8().data());
+ qDebug("command or func %s",szTmp.toUtf8().data());
bool bOk = false;
if(pList)
@@ -490,7 +490,7 @@ bool KviScriptEditorWidget::contextSensitiveHelp() const
QString szParse;
KviQString::sprintf(szParse,"timer -s (help,0){ help -s %Q; }",&szBuffer);
- debug ("parsing %s",szParse.toLatin1());
+ qDebug("parsing %s",szParse.toLatin1());
KviKvsScript::run(szParse,(KviWindow*)g_pApp->activeConsole());
*/