summary refs log tree commit diff
path: root/src/encryption
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-07-16 20:32:19 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-07-16 20:32:19 +0200
commitd08535efbb33b03ac1c3141ff6cc6fcc388e9f4b (patch)
tree40e69f4cf5f110dbe5fab9efecd12ce7eeca876a /src/encryption
parentFix verification error codes (diff)
downloadnheko-d08535efbb33b03ac1c3141ff6cc6fcc388e9f4b.tar.xz
Remove final which breaks type registration
Diffstat (limited to 'src/encryption')
-rw-r--r--src/encryption/SelfVerificationStatus.h2
1 files changed, 1 insertions, 1 deletions
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 <QObject> #include <QQmlEngine> -class SelfVerificationStatus final : public QObject +class SelfVerificationStatus : public QObject { Q_OBJECT