diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-06-07 18:45:04 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-09-29 17:01:49 +0300 |
commit | f3a17bbe5f7d23b6ecc20e363920492b50859dad (patch) | |
tree | 140d29c058436cdba68be9e467faf21343441044 /src/qt/optionsdialog.h | |
parent | b4e0d2c43181ad97c15b252e95181e2c3f6c1d2a (diff) |
qt: Do not exit and re-enter main event loop during shutdown
Diffstat (limited to 'src/qt/optionsdialog.h')
-rw-r--r-- | src/qt/optionsdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/optionsdialog.h b/src/qt/optionsdialog.h index ba35ff3b67..f14aec3449 100644 --- a/src/qt/optionsdialog.h +++ b/src/qt/optionsdialog.h @@ -68,6 +68,7 @@ private Q_SLOTS: Q_SIGNALS: void proxyIpChecks(QValidatedLineEdit *pUiProxyIp, uint16_t nProxyPort); + void quitOnReset(); private: Ui::OptionsDialog *ui; |