refs #413 Decomposed dbus-related functions of CValueObject into Mixin::DBusByTuple.

This commit is contained in:
Mathew Sutcliffe
2015-05-03 19:59:06 +01:00
parent 2f55caf7c6
commit 30cc7048ac
10 changed files with 130 additions and 70 deletions

View File

@@ -135,9 +135,8 @@ namespace BlackMisc
return u;
}
protected:
//! \copydoc CValueObject::unmarshallFromDbus
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
void unmarshallFromDbus(const QDBusArgument &argument)
{
QString unitName;
argument >> unitName;
@@ -226,9 +225,8 @@ namespace BlackMisc
return u;
}
protected:
//! \copydoc CValueObject::unmarshallFromDbus
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
void unmarshallFromDbus(const QDBusArgument &argument)
{
QString unitName;
argument >> unitName;
@@ -308,9 +306,8 @@ namespace BlackMisc
return u;
}
protected:
//! \copydoc CValueObject::unmarshallFromDbus
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
void unmarshallFromDbus(const QDBusArgument &argument)
{
QString unitName;
argument >> unitName;
@@ -399,9 +396,8 @@ namespace BlackMisc
return u;
}
protected:
//! \copydoc CValueObject::unmarshallFromDbus
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
void unmarshallFromDbus(const QDBusArgument &argument)
{
QString unitName;
argument >> unitName;
@@ -507,9 +503,8 @@ namespace BlackMisc
return u;
}
protected:
//! \copydoc CValueObject::unmarshallFromDbus
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
void unmarshallFromDbus(const QDBusArgument &argument)
{
QString unitName;
argument >> unitName;
@@ -590,9 +585,8 @@ namespace BlackMisc
return u;
}
protected:
//! \copydoc CValueObject::unmarshallFromDbus
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
void unmarshallFromDbus(const QDBusArgument &argument)
{
QString unitName;
argument >> unitName;
@@ -692,9 +686,8 @@ namespace BlackMisc
return u;
}
protected:
//! \copydoc CValueObject::unmarshallFromDbus
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
void unmarshallFromDbus(const QDBusArgument &argument)
{
QString unitName;
argument >> unitName;
@@ -818,9 +811,8 @@ namespace BlackMisc
return u;
}
protected:
//! \copydoc CValueObject::unmarshallFromDbus
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
void unmarshallFromDbus(const QDBusArgument &argument)
{
QString unitName;
argument >> unitName;
@@ -884,9 +876,8 @@ namespace BlackMisc
return u;
}
protected:
//! \copydoc CValueObject::unmarshallFromDbus
virtual void unmarshallFromDbus(const QDBusArgument &argument) override
void unmarshallFromDbus(const QDBusArgument &argument)
{
QString unitName;
argument >> unitName;