FG: Add version number check

This commit is contained in:
Lars Toenning
2019-04-29 23:53:37 +02:00
committed by Klaus Basan
parent a34b222c3e
commit d61814f8e9
3 changed files with 15 additions and 0 deletions

View File

@@ -38,6 +38,11 @@ namespace BlackSimPlugin
}
}
QString CFGSwiftBusServiceProxy::getVersionNumber()
{
return m_dbusInterface->callDBusRet<QString>(QLatin1String("getVersionNumber"));
}
void CFGSwiftBusServiceProxy::getOwnAircraftSituationData(FlightgearData *o_flightgearData)
{
QPointer<CFGSwiftBusServiceProxy> myself(this);