Fix: Rename QDataStream to XDataStream in ParseData
This commit replaces `QDataStream` with `XDataStream` in the `ParseData` method of `XAnimDeltaPartQuatData`. This aligns with the project's naming conventions for data streams.
This commit is contained in:
parent
2ae9bf95a4
commit
a71607aae3
@ -1,9 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#ifndef XANIMDELTAPARTQUATDATA_H
|
||||
#define XANIMDELTAPARTQUATDATA_H
|
||||
|
||||
@ -14,8 +8,9 @@ class XAnimDeltaPartQuatData : public XAsset
|
||||
{
|
||||
public:
|
||||
explicit XAnimDeltaPartQuatData();
|
||||
~XAnimDeltaPartQuatData() = default;
|
||||
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
void ParseData(XDataStream *aStream) override;
|
||||
|
||||
const XAnimDeltaPartQuatDataFrames& GetFrames() const;
|
||||
void SetFrames(const XAnimDeltaPartQuatDataFrames& frames);
|
||||
@ -29,8 +24,3 @@ private:
|
||||
};
|
||||
|
||||
#endif // XANIMDELTAPARTQUATDATA_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user