mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Added "isWeatherActivated" based on the discussion with LT
This commit is contained in:
committed by
Mat Sutcliffe
parent
f98ba0e494
commit
6ca6d12851
@@ -287,6 +287,11 @@ namespace BlackCore
|
||||
return m_dBusInterface->callDBusRet<bool>(QLatin1String("resetToModelMatchingAircraft"), callsign);
|
||||
}
|
||||
|
||||
bool CContextSimulatorProxy::isWeatherActivated() const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<bool>(QLatin1String("isWeatherActivated"));
|
||||
}
|
||||
|
||||
void CContextSimulatorProxy::setWeatherActivated(bool activated)
|
||||
{
|
||||
m_dBusInterface->callDBus(QLatin1String("setWeatherActivated"), activated);
|
||||
|
||||
Reference in New Issue
Block a user