mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
More DBus tests
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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>>();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user