QTfrontend/ui/widget/frameTeam.h
changeset 7130 fcab1fd02bc6
parent 7005 19cddb42326f
child 9080 9b42757d7e71
--- a/QTfrontend/ui/widget/frameTeam.h	Sat May 26 16:50:51 2012 -0400
+++ b/QTfrontend/ui/widget/frameTeam.h	Sun May 27 23:42:43 2012 +0400
@@ -42,7 +42,7 @@
         void setHHNum(const HWTeam& team);
         void setTeamColor(const HWTeam& team);
         void setInteractivity(bool interactive);
-        QColor getNextColor() const;
+        int getNextColor();
         QSize sizeHint() const;
 
     signals:
@@ -55,8 +55,7 @@
     private:
         const int maxHedgehogsPerGame;
         int overallHedgehogs;
-        QList<QColor> availableColors;
-        QColor currentColor;
+        int currentColor;
 
         void emitTeamColorChanged(const HWTeam& team);