equal
deleted
inserted
replaced
87 void NetWeaponNameChanged(const QString& name); |
87 void NetWeaponNameChanged(const QString& name); |
88 void onFrontendFullscreen(bool value); |
88 void onFrontendFullscreen(bool value); |
89 void Music(bool checked); |
89 void Music(bool checked); |
90 void NetGameMaster(); |
90 void NetGameMaster(); |
91 void NetGameSlave(); |
91 void NetGameSlave(); |
|
92 void AsyncNetServerStart(); |
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); |