Updated xitemdef
This commit is contained in:
parent
06e94e9648
commit
6a41e543ee
@ -53,6 +53,11 @@ XItemDef::~XItemDef()
|
||||
|
||||
}
|
||||
|
||||
int XItemDef::GetType() const
|
||||
{
|
||||
return mType;
|
||||
}
|
||||
|
||||
void XItemDef::Clear()
|
||||
{
|
||||
|
||||
|
||||
@ -15,6 +15,8 @@ public:
|
||||
explicit XItemDef();
|
||||
~XItemDef();
|
||||
|
||||
int GetType() const;
|
||||
|
||||
void Clear() override;
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user