X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=cf01e5f544fe6788dc96c3aaa7a8a51993d95551;hb=41bf70c263ee0af80ad1850fabe77ffffee188f4;hp=b0c02c12c75858b45b6010dd4ed7fca4c8d09531;hpb=579e559a6322209df7cd51c34801fecff5fe734b;p=quassel.git diff --git a/src/core/core.cpp b/src/core/core.cpp index b0c02c12..cf01e5f5 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -302,7 +302,7 @@ void Core::saveState() if (_storage) { QVariantList activeSessions; for (auto&& user : instance()->_sessions.keys()) - activeSessions << QVariant::fromValue(user); + activeSessions << QVariant::fromValue(user); _storage->setCoreState(activeSessions); } }