QTfrontend/frameTeam.h
changeset 362 b28e0dd48269
parent 352 4665bfe25470
child 372 4bac77f8cd38
--- a/QTfrontend/frameTeam.h	Tue Jan 23 22:48:08 2007 +0000
+++ b/QTfrontend/frameTeam.h	Wed Jan 24 20:00:03 2007 +0000
@@ -39,6 +39,7 @@
   bool isFullTeams() const;
   void resetColors();
   void setHHNum(const HWTeam& team);
+  void setNonInteractive();
 
  public slots:
   void addTeam(HWTeam team, bool willPlay);
@@ -53,6 +54,7 @@
   QVBoxLayout mainLayout;
   typedef QMultiMap<HWTeam, QWidget*> tmapTeamToWidget;
   tmapTeamToWidget teamToWidget;
+  bool nonInteractive;
 };
 
 #endif // _FRAME_TAM_INCLUDED