mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
Remove colour in dbus call for addTextMessage for FG
This commit is contained in:
committed by
Mat Sutcliffe
parent
8bae56a36c
commit
ce9e29f0e8
@@ -105,7 +105,7 @@ namespace BlackSimPlugin
|
||||
void getOwnAircraftSituationData(BlackSimPlugin::XPlane::XPlaneData *o_xplaneData);
|
||||
|
||||
//! \copydoc XSwiftBus::CService::addTextMessage
|
||||
void addTextMessage(const QString &text, double red, double green, double blue);
|
||||
void addTextMessage(const QString &text);
|
||||
|
||||
//! \copydoc XSwiftBus::CService::updateAirportsInRange
|
||||
void updateAirportsInRange();
|
||||
|
||||
Reference in New Issue
Block a user