QTfrontend/teamselect.h
changeset 4410 f9e38ce1e813
parent 1475 bab5650fc894
child 4976 088d40d8aba2
equal deleted inserted replaced
4409:a752e543d7b4 4410:f9e38ce1e813
    54   void changeTeamColor(const HWTeam&);
    54   void changeTeamColor(const HWTeam&);
    55   void changeTeamStatus(HWTeam team);
    55   void changeTeamStatus(HWTeam team);
    56 
    56 
    57  signals:
    57  signals:
    58   void setEnabledGameStart(bool);
    58   void setEnabledGameStart(bool);
    59   void SetupClicked();
       
    60   void teamWillPlay(HWTeam team);
    59   void teamWillPlay(HWTeam team);
    61   void teamNotPlaying(const HWTeam& team);
    60   void teamNotPlaying(const HWTeam& team);
    62   void hhogsNumChanged(const HWTeam&);
    61   void hhogsNumChanged(const HWTeam&);
    63   void teamColorChanged(const HWTeam&);
    62   void teamColorChanged(const HWTeam&);
    64   void acceptRequested(HWTeam team);
    63   void acceptRequested(HWTeam team);