mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 05:24:06 +02:00
Added isMyAvatar to AvatarData too
This commit is contained in:
parent
05d2887c94
commit
16e1fc8c3a
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ class AvatarData : public QObject {
|
|||
public:
|
||||
AvatarData();
|
||||
virtual ~AvatarData();
|
||||
|
||||
virtual bool isMyAvatar() { return false; }
|
||||
|
||||
const QUuid& getSessionUUID() const { return _sessionUUID; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue