From 89573ca2a1c19d79c1417e64613f1a0fa696837c Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 24 Mar 2020 13:02:24 +0100 Subject: Connection: fix a deprecation warning --- lib/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/connection.cpp') 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(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 -- cgit v1.2.3