qt: Drop no longer used BitcoinApplication::splashFinished() signal

This commit is contained in:
Hennadii Stepanov
2022-10-27 12:54:23 +01:00
parent 5299cfe371
commit 10811afff4
2 changed files with 0 additions and 2 deletions

View File

@@ -89,7 +89,6 @@ public Q_SLOTS:
Q_SIGNALS:
void requestedInitialize();
void requestedShutdown();
void splashFinished();
void windowShown(BitcoinGUI* window);
protected: