- Split download and upload lists in Web UI

This commit is contained in:
Christophe Dumez
2008-09-27 19:55:56 +00:00
parent ac6eb8c6bc
commit b1c73cb401
15 changed files with 932 additions and 44 deletions

View File

@@ -34,6 +34,7 @@ QString toJson(QVariant v)
case QVariant::LongLong:
case QVariant::UInt:
case QVariant::ULongLong:
qDebug("JSON: %s", (const char*)v.value<QString>().toUtf8());
return v.value<QString>();
case QVariant::String:
{