blob: c4fd9b425fcd84afffd6b276a314cd766aebbd71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/modules/server-stats/serverstatsmodel.cpp.orig 2018-11-30 15:43:21 UTC
+++ src/modules/server-stats/serverstatsmodel.cpp
@@ -21,7 +21,7 @@ ServerStats::Model::Model(QSharedPointer<RedisClient::
return;
}
- m_serverInfo = RedisClient::ServerInfo::fromString(r.toRawString(-1))
+ m_serverInfo = RedisClient::ServerInfo::fromString(r.toRawString())
.parsed.toVariantMap();
emit serverInfoChanged();
});
|