equal
deleted
inserted
replaced
105 void hhnumChanged(const HWTeam&); |
105 void hhnumChanged(const HWTeam&); |
106 void teamColorChanged(const HWTeam&); |
106 void teamColorChanged(const HWTeam&); |
107 void chatStringFromNet(const QString&); |
107 void chatStringFromNet(const QString&); |
108 void chatStringFromMe(const QString&); |
108 void chatStringFromMe(const QString&); |
109 void ammoChanged(const QString& name, const QString& ammo); |
109 void ammoChanged(const QString& name, const QString& ammo); |
|
110 |
110 void roomsList(const QStringList&); |
111 void roomsList(const QStringList&); |
|
112 void serverMessage(const QString &); |
111 |
113 |
112 public slots: |
114 public slots: |
113 void chatLineToNet(const QString& str); |
115 void chatLineToNet(const QString& str); |
114 void SendNet(const QByteArray & buf); |
116 void SendNet(const QByteArray & buf); |
115 void AddTeam(const HWTeam & team); |
117 void AddTeam(const HWTeam & team); |