X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Foptionsdialog.h;h=c2a11dffdf4d3e8b6ef7109838b38aeb3a94c0e8;hb=24b2f2d42d10153c24ccef4a14ba57ad24aac183;hp=5d75e061e16b4965331c9880f73fe5f03333d1e2;hpb=e054c116d1b17c4d2875908996d60e46eb4ed256;p=novacoin.git diff --git a/src/qt/optionsdialog.h b/src/qt/optionsdialog.h index 5d75e06..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 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 fProxyIpValid; + bool fTorIpValid; }; #endif // OPTIONSDIALOG_H