Remove final which breaks type registration

pull/1531/head
Nicolas Werner 1 year ago
parent 9d16f2e8b4
commit d08535efbb
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      src/Clipboard.h
  2. 2
      src/encryption/SelfVerificationStatus.h
  3. 2
      src/ui/NhekoGlobalObject.h

@ -8,7 +8,7 @@
#include <QQmlEngine> #include <QQmlEngine>
#include <QString> #include <QString>
class Clipboard final : public QObject class Clipboard : public QObject
{ {
Q_OBJECT Q_OBJECT
QML_ELEMENT QML_ELEMENT

@ -7,7 +7,7 @@
#include <QObject> #include <QObject>
#include <QQmlEngine> #include <QQmlEngine>
class SelfVerificationStatus final : public QObject class SelfVerificationStatus : public QObject
{ {
Q_OBJECT Q_OBJECT

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

Loading…
Cancel
Save