diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-06-07 18:50:52 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-09-29 17:02:00 +0300 |
commit | 451ca244db8bc71ffc3cc9982d025f144cc8f3bc (patch) | |
tree | 35a251abe31f6ee584142f17241740f014e1c7f0 /src/qt/bitcoin.h | |
parent | f3a17bbe5f7d23b6ecc20e363920492b50859dad (diff) |
qt, refactor: Drop intermediate BitcoinApplication::shutdownResult slot
Diffstat (limited to 'src/qt/bitcoin.h')
-rw-r--r-- | src/qt/bitcoin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/bitcoin.h b/src/qt/bitcoin.h index 6c2c1c9ebc..116e941501 100644 --- a/src/qt/bitcoin.h +++ b/src/qt/bitcoin.h @@ -73,7 +73,6 @@ public Q_SLOTS: void initializeResult(bool success, interfaces::BlockAndHeaderTipInfo tip_info); /// Request core shutdown void requestShutdown(); - void shutdownResult(); /// Handle runaway exceptions. Shows a message box with the problem and quits the program. void handleRunawayException(const QString &message); |