mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #413 Decomposed dbus-related functions of CValueObject into Mixin::DBusByTuple.
This commit is contained in:
@@ -418,14 +418,15 @@ namespace BlackMisc
|
||||
return str += "}";
|
||||
}
|
||||
|
||||
public:
|
||||
//! \copydoc BlackMisc::CValueObject::marshallToDbus
|
||||
virtual void marshallToDbus(QDBusArgument &argument) const override
|
||||
void marshallToDbus(QDBusArgument &argument) const
|
||||
{
|
||||
argument << m_impl;
|
||||
}
|
||||
|
||||
//! \copydoc BlackMisc::CValueObject::unmarshallFromDbus
|
||||
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
|
||||
void unmarshallFromDbus(const QDBusArgument &argument)
|
||||
{
|
||||
argument >> m_impl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user