summary refs log tree commit diff
path: root/src/ui
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/ui
parentFix verification error codes (diff)
downloadnheko-d08535efbb33b03ac1c3141ff6cc6fcc388e9f4b.tar.xz
Remove final which breaks type registration
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/NhekoGlobalObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/NhekoGlobalObject.h b/src/ui/NhekoGlobalObject.h

index 91210c54..c1f3579c 100644 --- a/src/ui/NhekoGlobalObject.h +++ b/src/ui/NhekoGlobalObject.h
@@ -16,7 +16,7 @@ #include "Theme.h" #include "UserProfile.h" -class Nheko final : public QObject +class Nheko : public QObject { Q_OBJECT