summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/snippets/code
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2014-03-26 15:21:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-11 22:54:40 +0200
commitd5b7b4e41cb9fa6cd14129336ce853a0564a7fea (patch)
tree9913fb853884dea0023752b48faaada5318ef0a5 /src/testlib/doc/snippets/code
parenta74e4b85be83e2da47f4a1d8fcf0e78079335b80 (diff)
QStringList: add op= overloads for QList<QString>
QStringList = QList<QString> already compiled, but was interpreted as QStringList = QStringList(QList<QString>), which involves the QList copy ctor. Adding the overload saves that copy. Cannot use a using declaration here, since the return type is different. Change-Id: I9f4feb2f97480d2d6a3b6fa7c71b5d511b623601 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/testlib/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions