QTfrontend/teamselhelper.h
changeset 61 505691a09dee
parent 50 9ab4067dabec
child 80 3c3dc6a148ca
equal deleted inserted replaced
60:7fbfa2f13f6f 61:505691a09dee
    28 
    28 
    29  private slots:
    29  private slots:
    30  void activateTeam();
    30  void activateTeam();
    31 
    31 
    32  public:
    32  public:
    33  TeamShowWidget(tmprop team);
    33  TeamShowWidget(tmprop team, QWidget * parent = 0);
    34  
    34  
    35  private:
    35  private:
    36  QHBoxLayout mainLayout;
    36  QHBoxLayout mainLayout;
    37  tmprop m_team;
    37  tmprop m_team;
    38 
    38