 |
digiKam
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
19#define DECLARE_METATYPE_FOR_DBUS(x) \
20Q_DECLARE_METATYPE(x) \
22inline QDBusArgument& operator<<(QDBusArgument& argument, const x& changeset) \
24 changeset >> argument; \
28inline const QDBusArgument& operator>>(const QDBusArgument& argument, x& changeset) \
30 changeset << argument; \