mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Remove colour in dbus call for addTextMessage for FG
This commit is contained in:
committed by
Mat Sutcliffe
parent
8bae56a36c
commit
ce9e29f0e8
@@ -67,9 +67,9 @@ namespace BlackSimPlugin
|
||||
m_dbusInterface->callDBusAsync(QLatin1String("getOwnAircraftSituationData"), callback);
|
||||
}
|
||||
|
||||
void CXSwiftBusServiceProxy::addTextMessage(const QString &text, double red, double green, double blue)
|
||||
void CXSwiftBusServiceProxy::addTextMessage(const QString &text)
|
||||
{
|
||||
m_dbusInterface->callDBus(QLatin1String("addTextMessage"), text, red, green, blue);
|
||||
m_dbusInterface->callDBus(QLatin1String("addTextMessage"), text);
|
||||
}
|
||||
|
||||
void CXSwiftBusServiceProxy::updateAirportsInRange()
|
||||
|
||||
Reference in New Issue
Block a user