changeset 14964 | d01460ae866c |
parent 13230 | d5a029299407 |
14963:05cde9ba4183 | 14964:d01460ae866c |
---|---|
51 |
51 |
52 public slots: |
52 public slots: |
53 void addTeam(HWTeam team, bool willPlay); |
53 void addTeam(HWTeam team, bool willPlay); |
54 void removeTeam(HWTeam team); |
54 void removeTeam(HWTeam team); |
55 |
55 |
56 protected: |
|
57 virtual void resizeEvent(QResizeEvent * event); |
|
58 |
|
56 private: |
59 private: |
57 int currentColor; |
60 int currentColor; |
58 |
61 |
59 void emitTeamColorChanged(const HWTeam& team); |
62 void emitTeamColorChanged(const HWTeam& team); |
60 |
63 |