set passphrase on initial install #64
This commit is contained in:
@@ -5,11 +5,18 @@
|
||||
|
||||
#include "ui_newseed.h"
|
||||
#include "ui_restoreseed.h"
|
||||
#include "mainwindow.h"
|
||||
|
||||
|
||||
|
||||
class FirstTimeWizard: public QWizard
|
||||
{
|
||||
|
||||
|
||||
|
||||
public:
|
||||
FirstTimeWizard(bool dangerous, QString server);
|
||||
|
||||
|
||||
protected:
|
||||
int nextId() const;
|
||||
@@ -27,11 +34,16 @@ private:
|
||||
friend class NewOrRestorePage;
|
||||
friend class NewSeedPage;
|
||||
friend class RestoreSeedPage;
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
class NewOrRestorePage: public QWizardPage {
|
||||
public:
|
||||
|
||||
NewOrRestorePage(FirstTimeWizard* parent);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user