update lib

This commit is contained in:
DenioD
2020-06-21 22:21:31 +02:00
parent 97de5b371e
commit a8ed36b9e4
6 changed files with 82 additions and 92 deletions

View File

@@ -16,7 +16,7 @@ class FirstTimeWizard: public QWizard
public:
FirstTimeWizard(bool dangerous, QString server);
FirstTimeWizard(QString server);
protected:
@@ -29,7 +29,6 @@ private:
Page_Restore
};
bool dangerous;
QString server;
friend class NewOrRestorePage;