summary refs log tree commit diff
path: root/src/encryption
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryption')
-rw-r--r--src/encryption/DeviceVerificationFlow.h2
-rw-r--r--src/encryption/SelfVerificationStatus.h2
-rw-r--r--src/encryption/VerificationManager.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/encryption/DeviceVerificationFlow.h b/src/encryption/DeviceVerificationFlow.h

index afaddb37..7a8500c4 100644 --- a/src/encryption/DeviceVerificationFlow.h +++ b/src/encryption/DeviceVerificationFlow.h
@@ -61,7 +61,7 @@ using sas_ptr = std::unique_ptr<mtx::crypto::SAS>; * We are the bigger mxid and deviceid (since we discard our start message). <- GLARE RESOLUTION */ // clang-format on -class DeviceVerificationFlow : public QObject +class DeviceVerificationFlow final : public QObject { Q_OBJECT Q_PROPERTY(QString state READ state NOTIFY stateChanged) diff --git a/src/encryption/SelfVerificationStatus.h b/src/encryption/SelfVerificationStatus.h
index ec80fc6b..e5c1971b 100644 --- a/src/encryption/SelfVerificationStatus.h +++ b/src/encryption/SelfVerificationStatus.h
@@ -7,7 +7,7 @@ #include <QObject> -class SelfVerificationStatus : public QObject +class SelfVerificationStatus final : public QObject { Q_OBJECT diff --git a/src/encryption/VerificationManager.h b/src/encryption/VerificationManager.h
index f9844cc0..a6f3f861 100644 --- a/src/encryption/VerificationManager.h +++ b/src/encryption/VerificationManager.h
@@ -18,7 +18,7 @@ class TimelineModel; class TimelineViewManager; class RoomlistModel; -class VerificationManager : public QObject +class VerificationManager final : public QObject { Q_OBJECT