mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Style
This commit is contained in:
@@ -359,7 +359,7 @@ namespace BlackCore
|
|||||||
CVoiceRoom newRoomCom1 = newRooms[0];
|
CVoiceRoom newRoomCom1 = newRooms[0];
|
||||||
CVoiceRoom newRoomCom2 = newRooms[1];
|
CVoiceRoom newRoomCom2 = newRooms[1];
|
||||||
const CCallsign ownCallsign(this->getIContextOwnAircraft()->getOwnAircraft().getCallsign());
|
const CCallsign ownCallsign(this->getIContextOwnAircraft()->getOwnAircraft().getCallsign());
|
||||||
QString id = this->getIContextOwnAircraft()->getOwnAircraft().getPilotId();
|
const QString id = this->getIContextOwnAircraft()->getOwnAircraft().getPilotId();
|
||||||
|
|
||||||
bool changed = false;
|
bool changed = false;
|
||||||
|
|
||||||
|
|||||||
@@ -100,7 +100,6 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
BLACK_VERIFY_X(t >= 0, Q_FUNC_INFO, "Expect t >= 0");
|
BLACK_VERIFY_X(t >= 0, Q_FUNC_INFO, "Expect t >= 0");
|
||||||
BLACK_VERIFY_X(t <= 1.0, Q_FUNC_INFO, "Expect t <= 1");
|
BLACK_VERIFY_X(t <= 1.0, Q_FUNC_INFO, "Expect t <= 1");
|
||||||
|
|
||||||
}
|
}
|
||||||
return y;
|
return y;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user