mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Aircraft ICAO data should use ICAO code as attribute, this somehow got lost in the merge session, re-applied
This commit is contained in:
@@ -203,7 +203,7 @@ QVariant BlackMisc::fixQVariantFromDbusArgument(const QVariant &variant, int loc
|
||||
meta->unmarshall(arg, valueVariant.data());
|
||||
return valueVariant;
|
||||
}
|
||||
Q_ASSERT_X(false, "fixQVariantFromDbusArgument", "no meta");
|
||||
Q_ASSERT_X(false, Q_FUNC_INFO, "no meta");
|
||||
return valueVariant;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user