mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 01:06:31 +08:00
refs #247 Using CVariant in samples and tests.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace BlackMiscTest
|
||||
atcList.push_back(station1);
|
||||
CAtcStation station1Cpy(station1);
|
||||
CFrequency changedFrequency(118.25, CFrequencyUnit::MHz());
|
||||
CPropertyIndexVariantMap vm(CAtcStation::IndexFrequency, changedFrequency.toQVariant());
|
||||
CPropertyIndexVariantMap vm(CAtcStation::IndexFrequency, changedFrequency.toCVariant());
|
||||
|
||||
|
||||
// demonstration apply
|
||||
|
||||
Reference in New Issue
Block a user