Add Q_OBJECT macros
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
#include "ui_newwallet.h"
|
||||
#include "mainwindow.h"
|
||||
|
||||
class FirstTimeWizard: public QWizard
|
||||
{
|
||||
class FirstTimeWizard: public QWizard {
|
||||
|
||||
Q_OBJECT
|
||||
|
||||
@@ -51,6 +50,8 @@ private:
|
||||
|
||||
class NewOrRestorePage: public QWizardPage {
|
||||
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
NewOrRestorePage(FirstTimeWizard* parent);
|
||||
@@ -65,6 +66,9 @@ private:
|
||||
|
||||
|
||||
class NewSeedPage: public QWizardPage {
|
||||
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
NewSeedPage(FirstTimeWizard* parent);
|
||||
|
||||
@@ -80,6 +84,9 @@ private:
|
||||
|
||||
|
||||
class RestoreSeedPage: public QWizardPage {
|
||||
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
RestoreSeedPage(FirstTimeWizard* parent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user