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/reguser/dialog.cpp | |
| 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/reguser/dialog.cpp')
| -rw-r--r-- | src/modules/reguser/dialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/reguser/dialog.cpp b/src/modules/reguser/dialog.cpp index 9f6b8c59e..dd02fac8b 100644 --- a/src/modules/reguser/dialog.cpp +++ b/src/modules/reguser/dialog.cpp @@ -887,7 +887,7 @@ void KviRegisteredUsersDialog::importClicked() img=io.read(); // if(io.read())goto read_error; - if(img.isNull())debug("Ops.. readed a null image ?"); + if(img.isNull())qDebug("Ops.. readed a null image ?"); QString fName = u->name(); KviFileUtils::adjustFilePath(fName); @@ -903,7 +903,7 @@ void KviRegisteredUsersDialog::importClicked() if(!img.save(fPath,"PNG")) { - debug("Can't save image %s",fPath.toUtf8().data()); + qDebug("Can't save image %s",fPath.toUtf8().data()); } else { u->setProperty("avatar",fPath); } |
