Commit 5f542f3c authored by Marc Mutz's avatar Marc Mutz
Browse files

QDBusArgument: remove useless op<< overloads


... and remove misleading comments (these are overloads, not specializations).

The QList overloads do nothing different from the generic container
overloads. Remove them.

Only leave the QVariantList overload, because that converts to
QDBusVariant before serializing. Which means that this should
probably be templated on the container type, otherwise you get
different behavior for QList<QVariant> and, say, QVector<QVariant>,
which is surely wrong.

Change-Id: I215ba9891235b51304c2ed4041d3dbd003d69581
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent 04e76ec8
No related merge requests found
Showing with 0 additions and 31 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment