equal
deleted
inserted
replaced
70 void NetGameStateChanged(GameState gameState); |
70 void NetGameStateChanged(GameState gameState); |
71 void GameStateChanged(GameState gameState); |
71 void GameStateChanged(GameState gameState); |
72 void GameStats(char type, const QString & info); |
72 void GameStats(char type, const QString & info); |
73 void ForcedDisconnect(); |
73 void ForcedDisconnect(); |
74 void ShowErrorMessage(const QString &); |
74 void ShowErrorMessage(const QString &); |
|
75 void GetRecord(bool isDemo, const QByteArray & record); |
75 |
76 |
76 private: |
77 private: |
77 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
78 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
78 void UpdateTeamsLists(); |
79 void UpdateTeamsLists(); |
79 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |
80 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |