From 0dcd71af533f7f17e857e49ec5cc4d480a56898d Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 6 Oct 2022 12:44:03 +0200 Subject: [PATCH] Compiler warnings-- --- src/publicroomlistmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publicroomlistmodel.cpp b/src/publicroomlistmodel.cpp index 9e8c94918..b64ef7a13 100644 --- a/src/publicroomlistmodel.cpp +++ b/src/publicroomlistmodel.cpp @@ -113,7 +113,7 @@ void PublicRoomListModel::next(int count) return; } - job = m_connection->callApi(m_server, count, nextBatch, QueryPublicRoomsJob::Filter{m_keyword}); + job = m_connection->callApi(m_server, count, nextBatch, QueryPublicRoomsJob::Filter{m_keyword, {}}); connect(job, &BaseJob::finished, this, [this] { attempted = true;