From d08535efbb33b03ac1c3141ff6cc6fcc388e9f4b Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 16 Jul 2023 20:32:19 +0200 Subject: Remove final which breaks type registration --- src/encryption/SelfVerificationStatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encryption') diff --git a/src/encryption/SelfVerificationStatus.h b/src/encryption/SelfVerificationStatus.h index c65fffd0..8d28f46a 100644 --- a/src/encryption/SelfVerificationStatus.h +++ b/src/encryption/SelfVerificationStatus.h @@ -7,7 +7,7 @@ #include #include -class SelfVerificationStatus final : public QObject +class SelfVerificationStatus : public QObject { Q_OBJECT -- cgit 1.5.1