mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- removed useless debug
This commit is contained in:
@@ -34,7 +34,6 @@ QString toJson(QVariant v)
|
|||||||
case QVariant::LongLong:
|
case QVariant::LongLong:
|
||||||
case QVariant::UInt:
|
case QVariant::UInt:
|
||||||
case QVariant::ULongLong:
|
case QVariant::ULongLong:
|
||||||
qDebug("JSON: %s", (const char*)v.value<QString>().toUtf8());
|
|
||||||
return v.value<QString>();
|
return v.value<QString>();
|
||||||
case QVariant::String:
|
case QVariant::String:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user