Compiler warnings--

This commit is contained in:
Tobias Fella
2022-10-06 12:44:03 +02:00
parent eee96bc462
commit 0dcd71af53

View File

@@ -113,7 +113,7 @@ void PublicRoomListModel::next(int count)
return;
}
job = m_connection->callApi<QueryPublicRoomsJob>(m_server, count, nextBatch, QueryPublicRoomsJob::Filter{m_keyword});
job = m_connection->callApi<QueryPublicRoomsJob>(m_server, count, nextBatch, QueryPublicRoomsJob::Filter{m_keyword, {}});
connect(job, &BaseJob::finished, this, [this] {
attempted = true;