Use new JSON parser/generator.

Qt4: Use QJson (http://qjson.sourceforge.net).
Qt5: Use native Qt JSON API.
This commit is contained in:
Vladimir Golovnev (Glassez)
2014-06-04 10:11:38 +04:00
parent f9c3719d12
commit 9f310318c2
5 changed files with 214 additions and 151 deletions

View File

@@ -39,7 +39,7 @@ private:
prefjson();
public:
static QString getPreferences();
static QByteArray getPreferences();
static void setPreferences(const QString& json);
};