equal
deleted
inserted
replaced
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 void UpdateWeapons(); |
|
86 void NetWeaponNameChanged(const QString& name); |
86 |
87 |
87 private: |
88 private: |
88 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
89 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
89 void UpdateTeamsLists(const QStringList* editable_teams=0); |
90 void UpdateTeamsLists(const QStringList* editable_teams=0); |
90 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo); |
91 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo); |