Variant -> double in QJsonValue.
This commit is contained in:
parent
643736816d
commit
90ebdb808d
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user