From af699eb83eddd981537432ab08a1bbe194e30df0 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 10 Oct 2022 14:38:29 +0200 Subject: Mark classes as final where possible --- src/encryption/DeviceVerificationFlow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encryption/DeviceVerificationFlow.h') 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; * 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) -- cgit 1.5.1