QTfrontend/team.h
changeset 245 4f6b53b7a567
parent 239 f9adf3c73bed
child 246 107f7e826a83
equal deleted inserted replaced
244:b37ca2295b73 245:4f6b53b7a567
    45 		void GetFromPage(HWForm * hwform);
    45 		void GetFromPage(HWForm * hwform);
    46 		QStringList HWTeam::TeamGameConfig(quint32 color, int hedgehogs) const;
    46 		QStringList HWTeam::TeamGameConfig(quint32 color, int hedgehogs) const;
    47 
    47 
    48 		bool operator==(const HWTeam& t1) const;
    48 		bool operator==(const HWTeam& t1) const;
    49 		bool operator<(const HWTeam& t1) const;
    49 		bool operator<(const HWTeam& t1) const;
       
    50 	private:
       
    51 		QString OldTeamName;
    50 };
    52 };
    51 
    53 
    52 class HWTeamTempParams
    54 class HWTeamTempParams
    53 {
    55 {
    54  public:
    56  public: