mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Use new JSON parser/generator.
Qt4: Use QJson (http://qjson.sourceforge.net). Qt5: Use native Qt JSON API.
This commit is contained in:
@@ -39,7 +39,7 @@ private:
|
||||
prefjson();
|
||||
|
||||
public:
|
||||
static QString getPreferences();
|
||||
static QByteArray getPreferences();
|
||||
static void setPreferences(const QString& json);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user