Variant -> double in QJsonValue.

This commit is contained in:
Martin Rotter 2016-04-21 07:44:18 +02:00
parent 643736816d
commit 90ebdb808d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ TtRssLoginResponse TtRssNetworkFactory::login() {
}
QJsonObject json;
json["op"] = "login";
json["op"] = QJsonValue(QSL("login"));
json["user"] = m_username;
json["password"] = m_password;