summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-02-10 15:43:15 +0100
committerMarc Mutz <marc.mutz@kdab.com>2016-02-12 18:29:54 +0000
commit7f48655fb83bbfe394dcc66f11b01bd634aa2388 (patch)
tree7fecab2cd0b76e12e033110f8515d426df34d5c3 /configure
parent6ffb0bdf60cbd592c37ad8104db288a30596c6bf (diff)
QTextFrame::iterator: restore nothrow move special members
The user-defined copy assignment and copy constructors inhibit the move special member functions. We cannot do something about it in Qt 5, because the class is exported (which it shouldn't be), and because making it trivially-copyable might change how it is passed to functions by value, so we need to supply all the missing member functions manually. Change-Id: Ic710b449f6abd386449fa6df71e8bc9bd0f98d2b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions