QTfrontend/team.h
changeset 348 c91b983de18f
parent 341 184230eb4151
child 352 4665bfe25470
equal deleted inserted replaced
347:6521e1b2cd40 348:c91b983de18f
    31 };
    31 };
    32 
    32 
    33 class HWTeam
    33 class HWTeam
    34 {
    34 {
    35 	public:
    35 	public:
    36 		HWTeam(const QString & teamname);
    36 		HWTeam(const QString & teamname, bool isNet=false);
    37 		HWTeam(const QStringList& strLst);
    37 		HWTeam(const QStringList& strLst);
    38 		HWTeam(quint8 num);
    38 		HWTeam(quint8 num);
    39 
    39 
    40 		QString TeamName;
    40 		QString TeamName;
    41 		QString HHName[8];
    41 		QString HHName[8];