Handle restore from phrase
This commit is contained in:
@@ -52,9 +52,12 @@ private:
|
||||
class RestoreSeedPage: public QWizardPage {
|
||||
public:
|
||||
RestoreSeedPage(FirstTimeWizard* parent);
|
||||
|
||||
protected:
|
||||
bool validatePage();
|
||||
|
||||
private:
|
||||
FirstTimeWizard* parent;
|
||||
Ui_RestoreSeedForm form;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user