diff options
| author | 2010-08-07 16:01:59 +0000 | |
|---|---|---|
| committer | 2010-08-07 16:01:59 +0000 | |
| commit | 403374043e06788423598a7d1a656443e1a85704 (patch) | |
| tree | 265717148afebfa1af7a0f623b7ca966967153b1 /src/modules/codetester | |
| parent | updated translation files (diff) | |
| download | KVIrc-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/codetester')
| -rw-r--r-- | src/modules/codetester/codetester.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/codetester/codetester.cpp b/src/modules/codetester/codetester.cpp index af74506fd..c7f7a86be 100644 --- a/src/modules/codetester/codetester.cpp +++ b/src/modules/codetester/codetester.cpp @@ -120,7 +120,7 @@ void KviCodeTesterWindow::saveProperties(KviConfig *) //cfg #ifdef COMPILE_SCRIPTTOOLBAR cfg->writeEntry("Sizes",m_pEditor->sizes()); cfg->writeEntry("LastRaw",m_pEditor->lastEditedRaw().ptr()); - //debug("LAST EDITED=%s",m_pEditor->lastEditedRaw().ptr()); + //qDebug("LAST EDITED=%s",m_pEditor->lastEditedRaw().ptr()); #endif // COMPILE_SCRIPTTOOLBAR */ } @@ -135,7 +135,7 @@ void KviCodeTesterWindow::loadProperties(KviConfig *) //cfg m_pEditor->setSizes(cfg->readIntListEntry("Sizes",def)); KviStr tmp = cfg->readEntry("LastRaw",""); m_pEditor->editRaw(tmp); - //debug("LAST EDITED WAS %s",tmp.ptr()); + //qDebug("LAST EDITED WAS %s",tmp.ptr()); #endif // COMPILE_SCRIPTTOOLBAR */ } |
