Refactor: Change QDataStream to XDataStream in ParseData
This commit is contained in:
parent
e6f2932ef1
commit
9c6c55fe75
@ -17,7 +17,7 @@ public:
|
|||||||
XAudioChannelMapEntry* GetMapEntry(int aIndex) const;
|
XAudioChannelMapEntry* GetMapEntry(int aIndex) const;
|
||||||
void SetMapEntry(int aIndex, XAudioChannelMapEntry* aEntry);
|
void SetMapEntry(int aIndex, XAudioChannelMapEntry* aEntry);
|
||||||
|
|
||||||
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