QTfrontend/team.h
changeset 117 d21a48200772
parent 116 00d3d6d2e699
child 183 57c2ef19f719
equal deleted inserted replaced
116:00d3d6d2e699 117:d21a48200772
    55 		bool LoadFromFile();
    55 		bool LoadFromFile();
    56 		bool SaveToFile();
    56 		bool SaveToFile();
    57 		void SetToPage(HWForm * hwform);
    57 		void SetToPage(HWForm * hwform);
    58 		void GetFromPage(HWForm * hwform);
    58 		void GetFromPage(HWForm * hwform);
    59 		QByteArray IPCTeamInfo() const;
    59 		QByteArray IPCTeamInfo() const;
    60 	private:
    60 
       
    61 		bool operator==(const HWTeam& t1) const;
       
    62 		bool operator<(const HWTeam& t1) const;
    61 };
    63 };
    62 
    64 
    63 #endif
    65 #endif