QTfrontend/ui/widget/frameTeam.h
changeset 10401 c31276023295
parent 10108 c68cf030eded
child 11046 47a8c19ecb60
equal deleted inserted replaced
10400:47e2189eae44 10401:c31276023295
    51     public slots:
    51     public slots:
    52         void addTeam(HWTeam team, bool willPlay);
    52         void addTeam(HWTeam team, bool willPlay);
    53         void removeTeam(HWTeam team);
    53         void removeTeam(HWTeam team);
    54 
    54 
    55     private:
    55     private:
    56         const int maxHedgehogsPerGame;
       
    57         int overallHedgehogs;
       
    58         int currentColor;
    56         int currentColor;
    59 
    57 
    60         void emitTeamColorChanged(const HWTeam& team);
    58         void emitTeamColorChanged(const HWTeam& team);
    61 
    59 
    62         QVBoxLayout mainLayout;
    60         QVBoxLayout mainLayout;