Fix ServerListModel

The server list needs to be populated on connection change as this is instantiated from QML
This commit is contained in:
James Graham
2023-11-10 20:32:51 +00:00
parent 31b4eefadd
commit a26337d5f4
2 changed files with 49 additions and 35 deletions

View File

@@ -111,4 +111,6 @@ private:
QList<Server> m_servers;
QPointer<Quotient::QueryPublicRoomsJob> m_checkServerJob = nullptr;
NeoChatConnection *m_connection = nullptr;
void initialize();
};