summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/codecs
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2017-04-04 13:51:30 +0200
committerMarc Mutz <marc.mutz@kdab.com>2017-04-06 12:05:26 +0000
commitedb29be8ba282181bd64af0d2a316b3220a1f2ba (patch)
tree0dad89af2302eff1e9f8729f423e084be90cd1d9 /tests/auto/corelib/codecs
parent727da2965caa8bccf8bbfbdd571ed05b35251f82 (diff)
QStringView: fix ambiguity between f(QString)/f(QStringView) with QString::null args
... by removing the QStringView(QString::Null) ctor. This means that QStringView(QString::null) will now fail to compile. That's ok, since we've deprecated QString::null in the last Qt version. This will also help pulling up the QStringView definition to before the QString one in qstring.h, something that we'll require for properly adding QStringView-append/prepend/insert to QString. Change-Id: I3c836732be1e185111b13950be9d8dcd935734ff Reviewed-by: Anton Kudryavtsev <antkudr@mail.ru> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/corelib/codecs')
0 files changed, 0 insertions, 0 deletions