summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-10-19 12:39:13 +0200
committerMarc Mutz <marc.mutz@kdab.com>2015-11-19 07:40:49 +0000
commit62f2a0fb0dd43f16c59897b0f77cfdddd9332a03 (patch)
tree72d70b2a1a57ec26a6eaca3bc4a18c157e9dd68a /tests/auto/gui
parent2697d7714159d031be6c1eb4dfee937a5b4e29d8 (diff)
QXmlStreamStringRef: unbreak move special member functions
The QXmlStreamAttribute move operations expect QXmlStreamStringRef to have move special member functions, but in fact the non-trivial QXmlStreamStringRef dtor prevented them from being generated by the compiler. We can't remove the dtor, because it's exported :( So provide all the move special member functions by hand, and since their presence in turn prevents the copy special member functions from being generated, provide those too. Change-Id: I494aea24981cdb661abe33a96976a363cfe7ef1b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'tests/auto/gui')
0 files changed, 0 insertions, 0 deletions