mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 20:42:12 +02:00
Remove MyAvatar.storeAvatarEntityDataPayload() from API
This commit is contained in:
parent
b48d3e0387
commit
55dcf6534c
1 changed files with 2 additions and 6 deletions
|
@ -1940,6 +1940,8 @@ public:
|
|||
|
||||
void avatarEntityDataToJson(QJsonObject& root) const override;
|
||||
|
||||
void storeAvatarEntityDataPayload(const QUuid& entityID, const QByteArray& payload) override;
|
||||
|
||||
/**jsdoc
|
||||
* @comment Uses the base class's JSDoc.
|
||||
*/
|
||||
|
@ -2278,12 +2280,6 @@ public slots:
|
|||
*/
|
||||
bool getEnableMeshVisible() const override;
|
||||
|
||||
/**jsdoc
|
||||
* @function MyAvatar.storeAvatarEntityDataPayload
|
||||
* @deprecated This function is deprecated and will be removed.
|
||||
*/
|
||||
void storeAvatarEntityDataPayload(const QUuid& entityID, const QByteArray& payload) override;
|
||||
|
||||
/**jsdoc
|
||||
* @comment Uses the base class's JSDoc.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue