mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Further rewriting of the JSON-related code
This commit is contained in:
@@ -37,8 +37,6 @@
|
||||
namespace json {
|
||||
|
||||
QString toJson(const QVariant& v);
|
||||
QString toJson(const QVariantMap& m); // TODO: Remove
|
||||
QString toJson(const QList<QVariantMap>& v); // TODO: Remove
|
||||
QVariantMap fromJson(const QString& json);
|
||||
|
||||
} // namespace json
|
||||
|
||||
Reference in New Issue
Block a user