mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-04 12:55:02 +02:00
qt: Drop no longer used BitcoinApplication::splashFinished() signal
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user