equal
deleted
inserted
replaced
80 void GameStats(char type, const QString & info); |
80 void GameStats(char type, const QString & info); |
81 void ForcedDisconnect(); |
81 void ForcedDisconnect(); |
82 void ShowErrorMessage(const QString &); |
82 void ShowErrorMessage(const QString &); |
83 void GetRecord(bool isDemo, const QByteArray & record); |
83 void GetRecord(bool isDemo, const QByteArray & record); |
84 void CreateNetGame(); |
84 void CreateNetGame(); |
|
85 void UpdateWeapons(); |
85 |
86 |
86 private: |
87 private: |
87 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
88 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
88 void UpdateTeamsLists(const QStringList* editable_teams=0); |
89 void UpdateTeamsLists(const QStringList* editable_teams=0); |
89 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |
90 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |