@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user