summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module_headers.prf
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2017-02-27 12:13:13 +0100
committerOlivier Goffart (Woboq GmbH) <ogoffart@woboq.com>2017-03-06 18:32:28 +0000
commit6797570a59529b90b5a28923825b56703173fa56 (patch)
treec8fed7fd055446518bf1ceee7bf71a7d577b9cee /mkspecs/features/qt_module_headers.prf
parenta170c974a53bde5c6027d3cb25311b819678c546 (diff)
Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>
ResultStore never actually exists, only ResutStoreBase does. So casting to ResultStore<T> and calling its member functions is UB. Put the type dependent function as template member functions within ResultStoreBase and so we don't need QtPrivate::ResultStore anymore. Same goes for the iterator. Change-Id: I739b9d234ba2238977863df77fde3a4471a9abd2 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'mkspecs/features/qt_module_headers.prf')
0 files changed, 0 insertions, 0 deletions