summary refs log tree commit diff
path: root/src/timeline
diff options
context:
space:
mode:
authorCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-07-05 21:33:27 +0530
committerCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-07-30 22:10:27 +0530
commit1103cc15cfe59b35e540855090af381b0f2e5f8e (patch)
treec838d383d8221eb5387abcacf7c885b2c2dd686f /src/timeline
parentRefactor UserProfile (diff)
downloadnheko-1103cc15cfe59b35e540855090af381b0f2e5f8e.tar.xz
Adding icons to UserProfile
Diffstat (limited to 'src/timeline')
-rw-r--r--src/timeline/TimelineViewManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeline/TimelineViewManager.h b/src/timeline/TimelineViewManager.h

index af8bc4b6..a438ef5e 100644 --- a/src/timeline/TimelineViewManager.h +++ b/src/timeline/TimelineViewManager.h
@@ -29,6 +29,8 @@ public: Q_INVOKABLE void add(QString tran_id); Q_INVOKABLE void remove(QString tran_id); Q_INVOKABLE bool exist(QString tran_id); +signals: + void updateProfile(QString userId); private: QVector<QString> deviceVerificationList;