mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-09 11:06:01 +08:00
refs #837 Using new abbreviated syntax for null units.
This commit is contained in:
@@ -277,7 +277,7 @@ namespace BlackSample
|
||||
TestServiceInterface testserviceInterface(Testservice::InterfaceName, Testservice::ObjectPath, connection);
|
||||
|
||||
CSpeed speed(200, CSpeedUnit::km_h());
|
||||
CSpeed speedNull(0, CSpeedUnit::nullUnit());
|
||||
CSpeed speedNull(0, nullptr);
|
||||
CAltitude al(1000, CAltitude::MeanSeaLevel, CLengthUnit::ft());
|
||||
QTextStream qtin(stdin);
|
||||
QString line;
|
||||
|
||||
Reference in New Issue
Block a user