Spectral/src/matriqueuser.cpp

7 lines
215 B
C++
Raw Normal View History

2018-09-10 01:51:02 +00:00
#include "matriqueuser.h"
MatriqueUser::MatriqueUser(QString userId, Connection* connection)
: User(userId, connection) {
connect(this, &User::avatarChanged, this, &MatriqueUser::inheritedAvatarChanged);
}