Refactor: Use XDataStream instead of QDataStream
This commit is contained in:
parent
f88eeec7ee
commit
b9e858a6d5
@ -18,7 +18,7 @@ public:
|
|||||||
float GetVolume() const;
|
float GetVolume() const;
|
||||||
void SetVolume(float aVolume);
|
void SetVolume(float aVolume);
|
||||||
|
|
||||||
virtual void ParseData(QDataStream* aStream) override;
|
virtual void ParseData(XDataStream* aStream) override;
|
||||||
virtual void Clear() override;
|
virtual void Clear() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user