mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Re-add accidentally removed int size()
This commit is contained in:
parent
ff5ce25d19
commit
19ea9724ab
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class AvatarHashMap : public QObject, public Dependency {
|
|||
|
||||
public:
|
||||
const AvatarHash& getAvatarHash() { return _avatarHash; }
|
||||
int size() { return _avatarHash.size(); }
|
||||
|
||||
public slots:
|
||||
void processAvatarMixerDatagram(const QByteArray& datagram, const QWeakPointer<Node>& mixerWeakPointer);
|
||||
|
|
Loading…
Reference in a new issue