Fix cancelEvent warning and better logging+error checking
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
class FirstTimeWizard: public QWizard
|
||||
{
|
||||
|
||||
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
FirstTimeWizard(bool dangerous, QString server);
|
||||
@@ -46,8 +46,6 @@ private:
|
||||
friend class NewSeedPage;
|
||||
friend class RestoreSeedPage;
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
class NewOrRestorePage: public QWizardPage {
|
||||
|
||||
Reference in New Issue
Block a user