aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-24 13:02:24 +0100
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-24 13:02:24 +0100
commit89573ca2a1c19d79c1417e64613f1a0fa696837c (patch)
tree144f07092b92ba5406debe4c55fdab8464d648eb /lib
parent79a3e9e2accd0de0ac8bf35d8b77f36ca211899f (diff)
downloadlibquotient-89573ca2a1c19d79c1417e64613f1a0fa696837c.tar.gz
libquotient-89573ca2a1c19d79c1417e64613f1a0fa696837c.zip
Connection: fix a deprecation warning
Diffstat (limited to 'lib')
-rw-r--r--lib/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.cpp b/lib/connection.cpp
index 7400c82d..ca866429 100644
--- a/lib/connection.cpp
+++ b/lib/connection.cpp
@@ -619,7 +619,7 @@ void Connection::onSyncSuccess(SyncData&& data, bool fromCache)
if (is<IgnoredUsersEvent>(accountEvent))
qCDebug(MAIN)
<< "Users ignored by" << userId() << "updated:"
- << QStringList::fromSet(ignoredUsers()).join(',');
+ << QStringList(ignoredUsers().values()).join(',');
auto& currentData = d->accountData[accountEvent.matrixType()];
// A polymorphic event-specific comparison might be a bit