* asserts for relaySignals
* relay "message" in connection status changed
* bug in status message
* bug in saving settings

refs #198 refs #199 refs #207 refs #209
This commit is contained in:
Klaus Basan
2014-04-16 23:51:19 +02:00
parent 7930560be6
commit a70bc1cb38
12 changed files with 72 additions and 33 deletions

View File

@@ -133,6 +133,7 @@ namespace BlackMisc
*/
void CSettingsNetwork::initDefaultValues()
{
this->m_trafficNetworkServers.clear();
CServer currentServer(CServer("Testserver", "Client project testserver", "vatsim-germany.org", 6809, CUser("guest", "Guest Client project", "", "guest")));
this->setCurrentNetworkServer(currentServer);
this->addTrafficNetworkServer(this->getCurrentTrafficNetworkServer());