mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +08:00
[FS9] Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
f507d6d9cb
commit
a0b8fbd158
@@ -49,8 +49,8 @@ namespace BlackSimPlugin
|
|||||||
|
|
||||||
MPPositionVelocity aircraftSituationToFS9(const CAircraftSituation &oldSituation, const CAircraftSituation &newSituation, double updateInterval)
|
MPPositionVelocity aircraftSituationToFS9(const CAircraftSituation &oldSituation, const CAircraftSituation &newSituation, double updateInterval)
|
||||||
{
|
{
|
||||||
Q_UNUSED(oldSituation);
|
Q_UNUSED(oldSituation)
|
||||||
Q_UNUSED(updateInterval);
|
Q_UNUSED(updateInterval)
|
||||||
MPPositionVelocity positionVelocity;
|
MPPositionVelocity positionVelocity;
|
||||||
|
|
||||||
// Latitude - integer and decimal places
|
// Latitude - integer and decimal places
|
||||||
|
|||||||
@@ -311,7 +311,7 @@ namespace BlackSimPlugin
|
|||||||
|
|
||||||
void CSimulatorFs9::timerEvent(QTimerEvent *event)
|
void CSimulatorFs9::timerEvent(QTimerEvent *event)
|
||||||
{
|
{
|
||||||
Q_UNUSED(event);
|
Q_UNUSED(event)
|
||||||
dispatch();
|
dispatch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user