mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
gui: reset options, notify user about the backup creation
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <QDialog>
|
||||
#include <QValidator>
|
||||
|
||||
class ClientModel;
|
||||
class OptionsModel;
|
||||
class QValidatedLineEdit;
|
||||
|
||||
@@ -45,6 +46,7 @@ public:
|
||||
TAB_NETWORK,
|
||||
};
|
||||
|
||||
void setClientModel(ClientModel* client_model);
|
||||
void setModel(OptionsModel *model);
|
||||
void setMapper();
|
||||
void setCurrentTab(OptionsDialog::Tab tab);
|
||||
@@ -72,6 +74,7 @@ Q_SIGNALS:
|
||||
|
||||
private:
|
||||
Ui::OptionsDialog *ui;
|
||||
ClientModel* m_client_model{nullptr};
|
||||
OptionsModel *model;
|
||||
QDataWidgetMapper *mapper;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user