diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-23 23:15:24 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-24 15:06:30 +0900 |
commit | 08fb435749f33ee5d266bbc2ea63c7c42169be97 (patch) | |
tree | 49376cb52cc2ff690752455d4884278a74f0927b /util.h | |
parent | a5428e53525afbc6fe6f697edb4f742d84c9ae0c (diff) | |
download | libquotient-08fb435749f33ee5d266bbc2ea63c7c42169be97.tar.gz libquotient-08fb435749f33ee5d266bbc2ea63c7c42169be97.zip |
converters.h: Make the default toJson() less greedy
template<T> toJson(T&&) grabbed even things that it cannot convert, leading to unpleasant effects in a situation when all that was needed was one implicit conversion (e.g. from QList<QString> to QStringList). So now it's three trivial toJson() overloads instead of a template.
Diffstat (limited to 'util.h')
0 files changed, 0 insertions, 0 deletions