From 1103cc15cfe59b35e540855090af381b0f2e5f8e Mon Sep 17 00:00:00 2001 From: CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> Date: Sun, 5 Jul 2020 21:33:27 +0530 Subject: Adding icons to UserProfile --- resources/qml/TimelineView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/TimelineView.qml') 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; -- cgit 1.4.1