Ref T259, formatting

This commit is contained in:
Klaus Basan
2018-02-25 13:54:19 +01:00
parent 3f086e1d52
commit 2b8883eef8
4 changed files with 2 additions and 6 deletions

View File

@@ -208,9 +208,11 @@ namespace BlackCore
virtual bool parseDetails(const BlackMisc::CSimpleCommandParser &parser);
//! Display a debug log message based on BlackMisc::Simulation::CInterpolationAndRenderingSetup
//! remark shows log messages of functions calls
void debugLogMessage(const QString &msg) const;
//! Display a debug log message based on BlackMisc::Simulation::CInterpolationAndRenderingSetup
//! remark shows log messages of functions calls
void debugLogMessage(const QString &funcInfo, const QString &msg) const;
//! Show log messages?

View File

@@ -376,9 +376,7 @@ namespace BlackSimPlugin
double getSpeedBrakeRatio() const;
void getSpeedBrakeRatioAsync(double *o_speedBrakeRatio);
//! @}
};
}
}

View File

@@ -19,7 +19,6 @@ namespace BlackSimPlugin
{
namespace XPlane
{
CXSwiftBusTrafficProxy::CXSwiftBusTrafficProxy(QDBusConnection &connection, QObject *parent, bool dummy) : QObject(parent)
{
m_dbusInterface = new BlackMisc::CGenericDBusInterface(XSWIFTBUS_SERVICENAME, ObjectPath(), InterfaceName(), connection, this);
@@ -119,6 +118,5 @@ namespace BlackSimPlugin
{
m_dbusInterface->callDBus(QLatin1String("requestRemoteAircraftData"));
}
}
}

View File

@@ -29,7 +29,6 @@ namespace BlackSimPlugin
{
namespace XPlane
{
/*!
* Proxy object connected to a real XSwiftBus::CTraffic object via DBus
*/
@@ -125,7 +124,6 @@ namespace BlackSimPlugin
//! \copydoc XSwiftBus::CTraffic::requestRemoteAircraftData
void requestRemoteAircraftData();
};
}
}