6 QDBusArgument &
operator<<(QDBusArgument &arg,
const std::string &s)
9 arg << QString::fromStdString(s);
14 const QDBusArgument &
operator>>(
const QDBusArgument &arg, std::string &s)
QDBusArgument & operator<<(QDBusArgument &arg, const std::string &s)
Non member non-friend streaming for std::string.
const QDBusArgument & operator>>(const QDBusArgument &arg, std::string &s)
Operator for std::string from QDBusArgument.