mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
effectively revert 653549b4e4
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
c637654536
commit
09ff862f5e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void qDBusDemarshallHelper(const QDBusArgument &arg, T *t)
|
||||||
{ arg >> *t; }
|
{ arg >> *t; }
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
int qDBusRegisterMetaType()
|
int qDBusRegisterMetaType(T * /* dummy */ = Q_NULLPTR)
|
||||||
{
|
{
|
||||||
void (*mf)(QDBusArgument &, const T *) = qDBusMarshallHelper<T>;
|
void (*mf)(QDBusArgument &, const T *) = qDBusMarshallHelper<T>;
|
||||||
void (*df)(const QDBusArgument &, T *) = qDBusDemarshallHelper<T>;
|
void (*df)(const QDBusArgument &, T *) = qDBusDemarshallHelper<T>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue