mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T261, unit tests
This commit is contained in:
committed by
Roland Winklmeier
parent
f330e91350
commit
c7d11975f0
@@ -34,6 +34,13 @@ namespace BlackMisc
|
||||
return arg.currentSignature();
|
||||
}
|
||||
|
||||
//! Signature size for BlackMisc::CValueObject
|
||||
template<typename ValueObj>
|
||||
static int dBusSignatureSize(const ValueObj &obj)
|
||||
{
|
||||
return dBusSignature<ValueObj>(obj).size();
|
||||
}
|
||||
|
||||
//! Type as string
|
||||
static QString dbusTypeAsString(QDBusArgument::ElementType type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user