mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-07 01:55:53 +08:00
Fixed all issues detected by the test cases under MinGW - such as usage of abs() -> changed to qAbs(), rounding issues detected during calculations, and changed streaming methods with qDebug() (QDebug vs &QDebug issue).
This commit is contained in:
@@ -17,6 +17,7 @@ namespace BlackMiscTest
|
||||
int CSamplesAviation::samples()
|
||||
{
|
||||
// CSpeed s1(10, CSpeedUnit::kts());
|
||||
|
||||
CMeasurementPrefix p1 = CMeasurementPrefix::G();
|
||||
CAngle a(10, CAngleUnit::deg());
|
||||
qDebug() << a;
|
||||
|
||||
Reference in New Issue
Block a user