QTfrontend/teamselhelper.h
changeset 132 2d0f404cdf05
parent 117 d21a48200772
child 140 50ccde437ea1
--- a/QTfrontend/teamselhelper.h	Mon Aug 28 19:02:57 2006 +0000
+++ b/QTfrontend/teamselhelper.h	Sun Sep 03 12:56:13 2006 +0000
@@ -30,11 +30,13 @@
  void activateTeam();
 
  public:
- TeamShowWidget(HWTeam team, QWidget * parent = 0);
+ TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent = 0);
+ void setPlaying(bool isPlaying);
  
  private:
  QHBoxLayout mainLayout;
  HWTeam m_team;
+ bool m_isPlaying;
 
  signals:
  void teamStatusChanged(HWTeam team);