X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Foptionsdialog.h;h=c2a11dffdf4d3e8b6ef7109838b38aeb3a94c0e8;hb=24b2f2d42d10153c24ccef4a14ba57ad24aac183;hp=75183ca2e463931a50e5a9220862120cffa313f6;hpb=b613b395d007806ce1fda341105256709055b8b1;p=novacoin.git diff --git a/src/qt/optionsdialog.h b/src/qt/optionsdialog.h index 75183ca..c2a11df 100644 --- a/src/qt/optionsdialog.h +++ b/src/qt/optionsdialog.h @@ -41,22 +41,27 @@ private slots: void on_applyButton_clicked(); void showRestartWarning_Proxy(); + void showRestartWarning_Tor(); void showRestartWarning_Lang(); - void showRestartWarning_URL(); + void showRestartWarning_URL(); void updateDisplayUnit(); void handleProxyIpValid(QValidatedLineEdit *object, bool fState); + void handleTorIpValid(QValidatedLineEdit *object, bool fState); signals: void proxyIpValid(QValidatedLineEdit *object, bool fValid); + void torIpValid(QValidatedLineEdit *object, bool fValid); private: Ui::OptionsDialog *ui; OptionsModel *model; MonitoredDataMapper *mapper; bool fRestartWarningDisplayed_Proxy; + bool fRestartWarningDisplayed_Tor; bool fRestartWarningDisplayed_Lang; - bool fRestartWarningDisplayed_URL; + bool fRestartWarningDisplayed_URL; bool fProxyIpValid; + bool fTorIpValid; }; #endif // OPTIONSDIALOG_H