Fix presence not updating in the timeline
This commit is contained in:
parent
21889f00e7
commit
ff007c2b9d
@ -20,7 +20,7 @@ class PresenceEmitter final : public QObject
|
|||||||
QML_SINGLETON
|
QML_SINGLETON
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PresenceEmitter(QObject *p = nullptr)
|
PresenceEmitter(QObject *p)
|
||||||
: QObject(p)
|
: QObject(p)
|
||||||
{
|
{
|
||||||
instance_ = this;
|
instance_ = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user