QTfrontend/net/newnetclient.h
changeset 8762 388d2bf73ff9
parent 8759 1a4b9b9fe2b0
child 8765 688062f1db59
equal deleted inserted replaced
8759:1a4b9b9fe2b0 8762:388d2bf73ff9
   117         void AddNetTeam(const HWTeam&);
   117         void AddNetTeam(const HWTeam&);
   118         void RemoveNetTeam(const HWTeam&);
   118         void RemoveNetTeam(const HWTeam&);
   119         void hhnumChanged(const HWTeam&);
   119         void hhnumChanged(const HWTeam&);
   120         void teamColorChanged(const HWTeam&);
   120         void teamColorChanged(const HWTeam&);
   121         void playerInfo(
   121         void playerInfo(
   122             const QString & name,
   122             const QString & nick,
   123             const QString & ip,
   123             const QString & ip,
   124             const QString & version,
   124             const QString & version,
   125             const QString & roomInfo);
   125             const QString & roomInfo);
   126         void lobbyChatMessage(const QString & nick, const QString & message);
   126         void lobbyChatMessage(const QString & nick, const QString & message);
   127         void lobbyChatAction(const QString & nick, const QString & action);
   127         void lobbyChatAction(const QString & nick, const QString & action);