equal
deleted
inserted
replaced
77 void GameStateChanged(GameState gameState); |
77 void GameStateChanged(GameState gameState); |
78 void GameStats(char type, const QString & info); |
78 void GameStats(char type, const QString & info); |
79 void ForcedDisconnect(); |
79 void ForcedDisconnect(); |
80 void ShowErrorMessage(const QString &); |
80 void ShowErrorMessage(const QString &); |
81 void GetRecord(bool isDemo, const QByteArray & record); |
81 void GetRecord(bool isDemo, const QByteArray & record); |
82 |
|
83 public slots: |
|
84 void CreateNetGame(); |
82 void CreateNetGame(); |
85 |
83 |
86 private: |
84 private: |
87 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
85 void _NetConnect(const QString & hostName, quint16 port, const QString & nick); |
88 void UpdateTeamsLists(const QStringList* editable_teams=0); |
86 void UpdateTeamsLists(const QStringList* editable_teams=0); |