equal
deleted
inserted
replaced
87 void onFrontendFullscreen(bool value); |
87 void onFrontendFullscreen(bool value); |
88 void Music(bool checked); |
88 void Music(bool checked); |
89 void NetGameMaster(); |
89 void NetGameMaster(); |
90 void NetGameSlave(); |
90 void NetGameSlave(); |
91 void AsyncNetServerStart(); |
91 void AsyncNetServerStart(); |
|
92 void NetLeftRoom(); |
92 |
93 |
93 private: |
94 private: |
94 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
95 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
95 void UpdateTeamsLists(const QStringList* editable_teams=0); |
96 void UpdateTeamsLists(const QStringList* editable_teams=0); |
96 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo); |
97 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo); |