verify that the user Backup the seed and birthday at creation
This commit is contained in:
@@ -17,6 +17,12 @@ class FirstTimeWizard: public QWizard
|
||||
|
||||
public:
|
||||
FirstTimeWizard(bool dangerous, QString server);
|
||||
QString getSeed();
|
||||
void setSeed(QString Seed);
|
||||
QString _seed;
|
||||
QString getBirthday();
|
||||
void setBirthday(QString Birthday);
|
||||
QString _birthday;
|
||||
|
||||
|
||||
protected:
|
||||
@@ -51,6 +57,7 @@ public:
|
||||
class NewSeedPage: public QWizardPage {
|
||||
public:
|
||||
NewSeedPage(FirstTimeWizard* parent);
|
||||
|
||||
|
||||
protected:
|
||||
virtual void initializePage();
|
||||
|
||||
Reference in New Issue
Block a user