QTfrontend/frameTeam.h
changeset 383 09a8795105a4
parent 382 e7220e48ead1
child 471 e1eb64ba5e9c
--- a/QTfrontend/frameTeam.h	Sat Feb 03 21:40:50 2007 +0000
+++ b/QTfrontend/frameTeam.h	Sun Feb 04 14:35:28 2007 +0000
@@ -38,6 +38,7 @@
   QWidget* getTeamWidget(HWTeam team);
   bool isFullTeams() const;
   void resetColors();
+  void resetTeams();
   void setHHNum(const HWTeam& team);
   void setTeamColor(const HWTeam& team);
   void setNonInteractive();
@@ -59,7 +60,7 @@
   void emitTeamColorChanged(const HWTeam& team);
 
   QVBoxLayout mainLayout;
-  typedef QMultiMap<HWTeam, QWidget*> tmapTeamToWidget;
+  typedef QMap<HWTeam, QWidget*> tmapTeamToWidget;
   tmapTeamToWidget teamToWidget;
   bool nonInteractive;
 };