summary refs log tree commit diff
path: root/src/DeviceVerificationFlow.h
diff options
context:
space:
mode:
authorChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-09-04 12:02:24 +0530
committerChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-09-04 12:02:24 +0530
commite8eeb480d51b6fc60c9807dd92195e9068582592 (patch)
treee9c707bbbbd62c528339b8104ec456c3473f11c9 /src/DeviceVerificationFlow.h
parentMerge branch 'master' into device-verification (diff)
downloadnheko-e8eeb480d51b6fc60c9807dd92195e9068582592.tar.xz
Fix Wrong Emojis Issue in Room Verification
Diffstat (limited to 'src/DeviceVerificationFlow.h')
-rw-r--r--src/DeviceVerificationFlow.h2
1 files changed, 1 insertions, 1 deletions
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<mtx::crypto::SAS>;
 
-struct TimelineModel;
+class TimelineModel;
 
 class DeviceVerificationFlow : public QObject
 {