QTfrontend/hwform.h
changeset 695 34a93d123712
parent 694 436045756181
child 696 d6f32ed6edc8
equal deleted inserted replaced
694:436045756181 695:34a93d123712
    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);