mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
committed by
Mathew Sutcliffe
parent
ee43f5598d
commit
37d1466a83
@@ -18,6 +18,7 @@ namespace BlackMisc
|
||||
void CCallsign::marshallToDbus(QDBusArgument &argument) const
|
||||
{
|
||||
argument << this->m_callsignAsSet;
|
||||
argument << this->m_callsignPronounced;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -26,6 +27,7 @@ namespace BlackMisc
|
||||
void CCallsign::unmarshallFromDbus(const QDBusArgument &argument)
|
||||
{
|
||||
argument >> this->m_callsignAsSet;
|
||||
argument >> this->m_callsignPronounced;
|
||||
this->m_callsign = CCallsign::unifyCallsign(this->m_callsignAsSet);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user