Go to the source code of this file.
◆ DECLARE_METATYPE_FOR_DBUS
#define DECLARE_METATYPE_FOR_DBUS |
( |
|
x | ) |
|
Value:Q_DECLARE_METATYPE(x) \
\
inline QDBusArgument&
operator<<(QDBusArgument& argument,
const x& changeset) \
{ \
changeset >> argument; \
return argument; \
} \
\
inline
const QDBusArgument&
operator>>(
const QDBusArgument& argument, x& changeset) \
{ \
changeset << argument; \
return argument; \
}
QDebug operator<<(QDebug dbg, const GalleryInfo &t)
qDebug() stream operator. Writes property t to the debug output in a nicely formatted way.
Definition: galleryinfo.cpp:104
QDataStream & operator>>(QDataStream &dataStream, unsigned long &in)
Definition: qdatastreamoverloads.cpp:28