QTfrontend/ui/widget/frameTeam.h
changeset 6970 59f33a6a4814
parent 6952 7f70f37bbf08
child 7005 19cddb42326f
equal deleted inserted replaced
6969:3273a2b983ca 6970:59f33a6a4814
    53 
    53 
    54     private:
    54     private:
    55         const int maxHedgehogsPerGame;
    55         const int maxHedgehogsPerGame;
    56         int overallHedgehogs;
    56         int overallHedgehogs;
    57         QList<QColor> availableColors;
    57         QList<QColor> availableColors;
    58         QList<QColor>::Iterator currentColor;
    58         QColor currentColor;
    59 
    59 
    60         void emitTeamColorChanged(const HWTeam& team);
    60         void emitTeamColorChanged(const HWTeam& team);
    61 
    61 
    62         QVBoxLayout mainLayout;
    62         QVBoxLayout mainLayout;
    63         typedef QMap<HWTeam, QWidget*> tmapTeamToWidget;
    63         typedef QMap<HWTeam, QWidget*> tmapTeamToWidget;