More DBus tests

This commit is contained in:
Klaus Basan
2013-08-06 13:56:15 +02:00
parent 62591a750f
commit e6e6dea4cd
6 changed files with 56 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ namespace PhysicalQuantities
* \brief Typical prefixes (multipliers) such as kilo, mega, hecto.
* See <a href="http://www.poynton.com/notes/units/index.html">here</a> for an overview.
* Use the static values such CMeasurementMultiplier::k() as to specify values.
* \author KWB
*/
class CMeasurementPrefix : public CBaseStreamStringifier
{

View File

@@ -458,8 +458,10 @@ public:
{
qRegisterMetaType<MU>(typeid(MU).name());
qDBusRegisterMetaType<MU>();
qDBusRegisterMetaType<QList<MU>>();
qRegisterMetaType<PQ>(typeid(PQ).name());
qDBusRegisterMetaType<PQ>();
qDBusRegisterMetaType<QList<PQ>>();
}
};