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/ui/NhekoGlobalObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') 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 -- cgit 1.5.1