qt, refactor: Drop intermediate BitcoinApplication::shutdownResult slot

This commit is contained in:
Hennadii Stepanov
2021-06-07 18:50:52 +03:00
parent f3a17bbe5f
commit 451ca244db
2 changed files with 1 additions and 7 deletions

View File

@@ -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);