equal
deleted
inserted
replaced
85 void CreateNetGame(); |
85 void CreateNetGame(); |
86 void UpdateWeapons(); |
86 void UpdateWeapons(); |
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(); |
|
91 void NetGameSlave(); |
90 |
92 |
91 private: |
93 private: |
92 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
94 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
93 void UpdateTeamsLists(const QStringList* editable_teams=0); |
95 void UpdateTeamsLists(const QStringList* editable_teams=0); |
94 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo); |
96 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo); |