Skip to content
Snippets Groups Projects
Verified Commit d08535ef authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove final which breaks type registration

parent 9d16f2e8
No related branches found
No related tags found
No related merge requests found
Pipeline #5013 passed
......@@ -8,7 +8,7 @@
#include <QQmlEngine>
#include <QString>
class Clipboard final : public QObject
class Clipboard : public QObject
{
Q_OBJECT
QML_ELEMENT
......
......@@ -7,7 +7,7 @@
#include <QObject>
#include <QQmlEngine>
class SelfVerificationStatus final : public QObject
class SelfVerificationStatus : public QObject
{
Q_OBJECT
......
......@@ -16,7 +16,7 @@
#include "Theme.h"
#include "UserProfile.h"
class Nheko final : public QObject
class Nheko : public QObject
{
Q_OBJECT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment