Fix ServerListModel
The server list needs to be populated on connection change as this is instantiated from QML
This commit is contained in:
@@ -111,4 +111,6 @@ private:
|
||||
QList<Server> m_servers;
|
||||
QPointer<Quotient::QueryPublicRoomsJob> m_checkServerJob = nullptr;
|
||||
NeoChatConnection *m_connection = nullptr;
|
||||
|
||||
void initialize();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user