From e8eeb480d51b6fc60c9807dd92195e9068582592 Mon Sep 17 00:00:00 2001 From: Chethan2k1 <40890937+Chethan2k1@users.noreply.github.com> Date: Fri, 4 Sep 2020 12:02:24 +0530 Subject: Fix Wrong Emojis Issue in Room Verification --- src/DeviceVerificationFlow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DeviceVerificationFlow.h') diff --git a/src/DeviceVerificationFlow.h b/src/DeviceVerificationFlow.h index 6b2ab81f..c2150980 100644 --- a/src/DeviceVerificationFlow.h +++ b/src/DeviceVerificationFlow.h @@ -10,7 +10,7 @@ class QTimer; using sas_ptr = std::unique_ptr; -struct TimelineModel; +class TimelineModel; class DeviceVerificationFlow : public QObject { -- cgit 1.5.1