mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
ThreadedAssignment::stop no longer deprecated
This commit is contained in:
parent
ecfba312ef
commit
5a92032bdd
1 changed files with 0 additions and 4 deletions
|
@ -67,10 +67,6 @@ public slots:
|
|||
void setIsAvatar(bool isAvatar);
|
||||
bool isAvatar() const { return _isAvatar; }
|
||||
|
||||
/**jsdoc
|
||||
* @function Agent.stop
|
||||
* @deprecated This function is being removed from the API.
|
||||
*/
|
||||
Q_INVOKABLE virtual void stop() override;
|
||||
|
||||
private slots:
|
||||
|
|
Loading…
Reference in a new issue