qt6-bb10/tests/auto/corelib
Thiago Macieira e22a230a03 Make QSharedPointer without custom deleters call the correct destructor
Where "correct" is defined by what std::shared_ptr does as well as what
happens when an intermediate QSharedPointer of the exact type of the
constructor behaves

That is,
   QSharedPointer<X> ptr(new Y);

Behaves like
   QSharedPointer<X> ptr;
   { QSharedPointer<Y> tmp(new Y); ptr = tmp; }

Change-Id: Id75834dab9ed466e94c7ffff14455d445f72592b
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2016-04-28 12:58:35 +00:00
..
animation QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
codecs QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
global Merge remote-tracking branch 'origin/5.7' into dev 2016-04-05 14:22:45 +02:00
io Remove tests/auto/qtest-config.h. 2016-04-12 14:56:49 +00:00
itemmodels QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
json Update testdata 2016-02-17 04:50:50 +00:00
kernel Merge remote-tracking branch 'origin/5.7' into dev 2016-04-05 14:22:45 +02:00
mimetypes Updated license headers 2016-01-21 18:55:18 +00:00
plugin QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
statemachine Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/dev 2016-01-26 11:27:37 +00:00
thread Merge remote-tracking branch 'origin/5.7' into dev 2016-04-05 14:22:45 +02:00
tools Make QSharedPointer without custom deleters call the correct destructor 2016-04-28 12:58:35 +00:00
xml Merge remote-tracking branch 'origin/5.6' into 5.7 2016-03-21 09:02:57 +01:00
corelib.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00