Remove final which breaks type registration
This commit is contained in:
parent
9d16f2e8b4
commit
d08535efbb
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#include "Theme.h"
|
||||
#include "UserProfile.h"
|
||||
|
||||
class Nheko final : public QObject
|
||||
class Nheko : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue