added display of protocols on PageHome

This commit is contained in:
Vladimir Kuznetsov 2023-05-11 14:50:50 +08:00
parent 1c8dbae359
commit b66f4bf2be
22 changed files with 237 additions and 138 deletions

View file

@ -45,5 +45,5 @@ void ServerListLogic::onUpdatePage()
c.isDefault = (i == defaultServer);
serverListContent.push_back(c);
}
qobject_cast<ServersModel*>(m_serverListModel)->setContent(serverListContent);
// qobject_cast<ServersModel*>(m_serverListModel)->setContent(serverListContent);
}