equal
deleted
inserted
replaced
73 void NetGameStateChanged(GameState gameState); |
73 void NetGameStateChanged(GameState gameState); |
74 void GameStateChanged(GameState gameState); |
74 void GameStateChanged(GameState gameState); |
75 void GameStats(char type, const QString & info); |
75 void GameStats(char type, const QString & info); |
76 void ForcedDisconnect(); |
76 void ForcedDisconnect(); |
77 void ShowErrorMessage(const QString &); |
77 void ShowErrorMessage(const QString &); |
78 void chatLineToNet(); |
|
79 void onChatStringFromNet(const QStringList&); |
|
80 |
78 |
81 private: |
79 private: |
82 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
80 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
83 void UpdateTeamsLists(); |
81 void UpdateTeamsLists(); |
84 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |
82 void CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget); |