mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
refactor: Remove unused signal
This commit is contained in:
@@ -151,7 +151,6 @@ namespace BlackCore
|
|||||||
m_setupReader.reset(new CSetupReader(this));
|
m_setupReader.reset(new CSetupReader(this));
|
||||||
connect(m_setupReader.data(), &CSetupReader::setupHandlingCompleted, this, &CApplication::onSetupHandlingCompleted, Qt::QueuedConnection);
|
connect(m_setupReader.data(), &CSetupReader::setupHandlingCompleted, this, &CApplication::onSetupHandlingCompleted, Qt::QueuedConnection);
|
||||||
connect(m_setupReader.data(), &CSetupReader::setupHandlingCompleted, this, &CApplication::setupHandlingCompleted, Qt::QueuedConnection); // hand thru
|
connect(m_setupReader.data(), &CSetupReader::setupHandlingCompleted, this, &CApplication::setupHandlingCompleted, Qt::QueuedConnection); // hand thru
|
||||||
connect(m_setupReader.data(), &CSetupReader::successfullyReadSharedUrl, m_networkWatchDog, &CNetworkWatchdog::setWorkingSharedUrl, Qt::QueuedConnection);
|
|
||||||
|
|
||||||
this->addParserOptions(m_setupReader->getCmdLineOptions()); // add options from reader
|
this->addParserOptions(m_setupReader->getCmdLineOptions()); // add options from reader
|
||||||
|
|
||||||
|
|||||||
@@ -105,9 +105,6 @@ namespace BlackCore
|
|||||||
//! Setup fetched or failed (from web, cache, or local file)?
|
//! Setup fetched or failed (from web, cache, or local file)?
|
||||||
void setupHandlingCompleted(bool available);
|
void setupHandlingCompleted(bool available);
|
||||||
|
|
||||||
//! A shared URL was successfully read
|
|
||||||
void successfullyReadSharedUrl(const BlackMisc::Network::CUrl &sharedUrl);
|
|
||||||
|
|
||||||
//! Message about the loading status
|
//! Message about the loading status
|
||||||
void setupLoadingMessages(const BlackMisc::CStatusMessageList &messages);
|
void setupLoadingMessages(const BlackMisc::CStatusMessageList &messages);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user