diff options
author | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-07-05 21:33:27 +0530 |
---|---|---|
committer | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-07-30 22:10:27 +0530 |
commit | 1103cc15cfe59b35e540855090af381b0f2e5f8e (patch) | |
tree | c838d383d8221eb5387abcacf7c885b2c2dd686f /resources/qml/TimelineView.qml | |
parent | Refactor UserProfile (diff) | |
download | nheko-1103cc15cfe59b35e540855090af381b0f2e5f8e.tar.xz |
Adding icons to UserProfile
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index ec634878..699efc54 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -106,7 +106,7 @@ Page { } Connections { target: TimelineManager - function onNewDeviceVerificationRequest(flow) { + function onNewDeviceVerificationRequest(flow,transactionId,userId,deviceId) { flow.userId = userId; flow.sender = false; flow.deviceId = deviceId; |