Revert "Add Q_OBJECT macros"

This reverts commit c50588713a.
This commit is contained in:
onryo
2023-02-24 09:41:58 +01:00
parent 4ec06fffc3
commit 5a389cf1cf
7 changed files with 8 additions and 29 deletions

View File

@@ -9,7 +9,8 @@
#include "ui_newwallet.h"
#include "mainwindow.h"
class FirstTimeWizard: public QWizard {
class FirstTimeWizard: public QWizard
{
Q_OBJECT
@@ -50,8 +51,6 @@ private:
class NewOrRestorePage: public QWizardPage {
Q_OBJECT
public:
NewOrRestorePage(FirstTimeWizard* parent);
@@ -66,9 +65,6 @@ private:
class NewSeedPage: public QWizardPage {
Q_OBJECT
public:
NewSeedPage(FirstTimeWizard* parent);
@@ -84,9 +80,6 @@ private:
class RestoreSeedPage: public QWizardPage {
Q_OBJECT
public:
RestoreSeedPage(FirstTimeWizard* parent);