Remove colour in dbus call for addTextMessage for FG

This commit is contained in:
Lars Toenning
2019-02-21 21:57:57 +01:00
committed by Mat Sutcliffe
parent 8bae56a36c
commit ce9e29f0e8
3 changed files with 5 additions and 20 deletions

View File

@@ -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();