diff options
author | Chethan2k1 <40890937+Chethan2k1@users.noreply.github.com> | 2020-09-04 12:02:24 +0530 |
---|---|---|
committer | Chethan2k1 <40890937+Chethan2k1@users.noreply.github.com> | 2020-09-04 12:02:24 +0530 |
commit | e8eeb480d51b6fc60c9807dd92195e9068582592 (patch) | |
tree | e9c707bbbbd62c528339b8104ec456c3473f11c9 /src/DeviceVerificationFlow.h | |
parent | Merge branch 'master' into device-verification (diff) | |
download | nheko-e8eeb480d51b6fc60c9807dd92195e9068582592.tar.xz |
Fix Wrong Emojis Issue in Room Verification
Diffstat (limited to 'src/DeviceVerificationFlow.h')
-rw-r--r-- | src/DeviceVerificationFlow.h | 2 |
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 { |