Further rewriting of the JSON-related code

This commit is contained in:
Christophe Dumez
2012-05-26 22:58:53 +03:00
parent 122655758d
commit a0d21ead18
11 changed files with 155 additions and 200 deletions

View File

@@ -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