Fix presence not updating in the timeline
This commit is contained in:
parent
21889f00e7
commit
ff007c2b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class PresenceEmitter final : public QObject
|
|||
QML_SINGLETON
|
||||
|
||||
public:
|
||||
PresenceEmitter(QObject *p = nullptr)
|
||||
PresenceEmitter(QObject *p)
|
||||
: QObject(p)
|
||||
{
|
||||
instance_ = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue