mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
HTTP server code clean up
This commit is contained in:
parent
8986d87ef3
commit
901326c004
3 changed files with 19 additions and 19 deletions
|
@ -150,7 +150,7 @@ QVariantMap json::fromJson(const QString& json) {
|
|||
}
|
||||
}
|
||||
m.insert(key, value);
|
||||
qDebug("%s:%s", key.toLocal8Bit().data(), value_str.toLocal8Bit().data());
|
||||
qDebug("%s:%s", qPrintable(key), qPrintable(value_str));
|
||||
}
|
||||
}
|
||||
return m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue