Remove final which breaks type registration

This commit is contained in:
Nicolas Werner 2023-07-16 20:32:19 +02:00
parent 9d16f2e8b4
commit d08535efbb
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
#include "Theme.h"
#include "UserProfile.h"
class Nheko final : public QObject
class Nheko : public QObject
{
Q_OBJECT