X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Foptionsdialog.h;h=5d75e061e16b4965331c9880f73fe5f03333d1e2;hb=e054c116d1b17c4d2875908996d60e46eb4ed256;hp=75183ca2e463931a50e5a9220862120cffa313f6;hpb=144670fdb568f82e5e836334dc87eec2873fc141;p=novacoin.git diff --git a/src/qt/optionsdialog.h b/src/qt/optionsdialog.h index 75183ca..5d75e06 100644 --- a/src/qt/optionsdialog.h +++ b/src/qt/optionsdialog.h @@ -42,7 +42,7 @@ private slots: void showRestartWarning_Proxy(); void showRestartWarning_Lang(); - void showRestartWarning_URL(); + void showRestartWarning_URL(); void updateDisplayUnit(); void handleProxyIpValid(QValidatedLineEdit *object, bool fState); @@ -55,7 +55,7 @@ private: MonitoredDataMapper *mapper; bool fRestartWarningDisplayed_Proxy; bool fRestartWarningDisplayed_Lang; - bool fRestartWarningDisplayed_URL; + bool fRestartWarningDisplayed_URL; bool fProxyIpValid; };