mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
602e8ab913
commit
209c00b430
@@ -104,7 +104,7 @@ namespace BlackCore
|
|||||||
connect(m_airspace, &CAirspaceMonitor::removedAircraft, this, &IContextNetwork::removedAircraft, Qt::QueuedConnection); // DBus
|
connect(m_airspace, &CAirspaceMonitor::removedAircraft, this, &IContextNetwork::removedAircraft, Qt::QueuedConnection); // DBus
|
||||||
connect(m_airspace, &CAirspaceMonitor::readyForModelMatching, this, &CContextNetwork::readyForModelMatching, Qt::QueuedConnection);
|
connect(m_airspace, &CAirspaceMonitor::readyForModelMatching, this, &CContextNetwork::readyForModelMatching, Qt::QueuedConnection);
|
||||||
connect(m_airspace, &CAirspaceMonitor::addedAircraft, this, &CContextNetwork::addedAircraft, Qt::QueuedConnection);
|
connect(m_airspace, &CAirspaceMonitor::addedAircraft, this, &CContextNetwork::addedAircraft, Qt::QueuedConnection);
|
||||||
connect(m_airspace, &CAirspaceMonitor::changedAtisReceived , this, &CContextNetwork::onChangedAtisReceived, Qt::QueuedConnection);
|
connect(m_airspace, &CAirspaceMonitor::changedAtisReceived, this, &CContextNetwork::onChangedAtisReceived, Qt::QueuedConnection);
|
||||||
}
|
}
|
||||||
|
|
||||||
CContextNetwork *CContextNetwork::registerWithDBus(BlackMisc::CDBusServer *server)
|
CContextNetwork *CContextNetwork::registerWithDBus(BlackMisc::CDBusServer *server)
|
||||||
|
|||||||
@@ -290,7 +290,7 @@ namespace BlackGui
|
|||||||
|
|
||||||
// Login mode
|
// Login mode
|
||||||
const CLoginMode mode = ui->frp_LoginMode->getLoginMode();
|
const CLoginMode mode = ui->frp_LoginMode->getLoginMode();
|
||||||
if(mode.isObserver()) { CLogMessage(this).info(u"login in observer mode"); }
|
if (mode.isObserver()) { CLogMessage(this).info(u"login in observer mode"); }
|
||||||
|
|
||||||
// Server
|
// Server
|
||||||
currentServer = this->getCurrentServer();
|
currentServer = this->getCurrentServer();
|
||||||
@@ -475,7 +475,7 @@ namespace BlackGui
|
|||||||
|
|
||||||
void CLoginComponent::onDetailsTabChanged(int index)
|
void CLoginComponent::onDetailsTabChanged(int index)
|
||||||
{
|
{
|
||||||
Q_UNUSED(index);
|
Q_UNUSED(index)
|
||||||
const bool showNetwork = (ui->tw_Details->currentWidget() != ui->tb_FsdDetails);
|
const bool showNetwork = (ui->tw_Details->currentWidget() != ui->tb_FsdDetails);
|
||||||
|
|
||||||
const CServer server = this->getCurrentServer();
|
const CServer server = this->getCurrentServer();
|
||||||
|
|||||||
Reference in New Issue
Block a user