equal
deleted
inserted
replaced
62 void GameStateChanged(GameState gameState); |
62 void GameStateChanged(GameState gameState); |
63 void GameStats(char type, const QString & info); |
63 void GameStats(char type, const QString & info); |
64 |
64 |
65 public slots: |
65 public slots: |
66 void FromNet(const QByteArray & msg); |
66 void FromNet(const QByteArray & msg); |
67 void LocalCFG(const QString & teamname); |
|
68 |
67 |
69 private: |
68 private: |
70 enum GameType { |
69 enum GameType { |
71 gtLocal = 1, |
70 gtLocal = 1, |
72 gtQLocal = 2, |
71 gtQLocal = 2, |
84 |
83 |
85 void commonConfig(); |
84 void commonConfig(); |
86 void SendConfig(); |
85 void SendConfig(); |
87 void SendQuickConfig(); |
86 void SendQuickConfig(); |
88 void SendNetConfig(); |
87 void SendNetConfig(); |
89 void SendTeamConfig(int index); |
|
90 void ParseMessage(const QByteArray & msg); |
88 void ParseMessage(const QByteArray & msg); |
91 void SaveDemo(const QString & filename); |
89 void SaveDemo(const QString & filename); |
92 }; |
90 }; |
93 |
91 |
94 #endif |
92 #endif |