mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Ref T302, register metadata functions
This commit is contained in:
@@ -21,6 +21,12 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
void CCallsign::registerMetadata()
|
||||
{
|
||||
CValueObject<CCallsign>::registerMetadata();
|
||||
qRegisterMetaType<CCallsign::TypeHint>();
|
||||
}
|
||||
|
||||
QString CCallsign::convertToQString(bool i18n) const
|
||||
{
|
||||
Q_UNUSED(i18n);
|
||||
|
||||
Reference in New Issue
Block a user