mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
qt: Drop no longer used BitcoinApplication::splashFinished()
signal
This commit is contained in:
parent
5299cfe371
commit
10811afff4
@ -312,7 +312,6 @@ void BitcoinApplication::createSplashScreen(const NetworkStyle *networkStyle)
|
||||
assert(!m_splash);
|
||||
m_splash = new SplashScreen(networkStyle);
|
||||
m_splash->show();
|
||||
connect(this, &BitcoinApplication::splashFinished, m_splash, &SplashScreen::finish);
|
||||
}
|
||||
|
||||
void BitcoinApplication::createNode(interfaces::Init& init)
|
||||
|
@ -89,7 +89,6 @@ public Q_SLOTS:
|
||||
Q_SIGNALS:
|
||||
void requestedInitialize();
|
||||
void requestedShutdown();
|
||||
void splashFinished();
|
||||
void windowShown(BitcoinGUI* window);
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user