mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
FG: Add version number check
This commit is contained in:
committed by
Klaus Basan
parent
a34b222c3e
commit
d61814f8e9
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user