equal
deleted
inserted
replaced
39 |
39 |
40 public: |
40 public: |
41 TeamSelWidget(QWidget* parent=0); |
41 TeamSelWidget(QWidget* parent=0); |
42 void addTeam(HWTeam team); |
42 void addTeam(HWTeam team); |
43 //void removeTeam(HWTeam team); |
43 //void removeTeam(HWTeam team); |
44 void resetPlayingTeams(const QStringList& teamslist); |
44 void resetPlayingTeams(const QList<HWTeam>& teamslist); |
45 bool isPlaying(HWTeam team) const; |
45 bool isPlaying(HWTeam team) const; |
46 HWTeamTempParams getTeamParams(HWTeam team) const; |
46 HWTeamTempParams getTeamParams(HWTeam team) const; |
47 list<HWTeam> getPlayingTeams() const; |
47 list<HWTeam> getPlayingTeams() const; |
48 |
48 |
49 private slots: |
49 private slots: |