kDebug / qDebug
This commit is contained in:
parent
0269c6d1bd
commit
a568beac2a
2 changed files with 13 additions and 13 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
// KDE
|
||||
|
||||
#include <kdebug.h>
|
||||
#include <QDebug>
|
||||
|
||||
namespace Danbooru {
|
||||
|
||||
|
@ -138,7 +138,7 @@ namespace Danbooru {
|
|||
|
||||
if (values.isEmpty()) {
|
||||
*result = false;
|
||||
kWarning() << "No results found when parsing XML";
|
||||
qWarning() << "No results found when parsing XML";
|
||||
return QList<QVariant>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue