qt5base-lts/src/corelib
Marc Mutz 198190b76b QList: make QListSpecialMethods dtors protected
QList publicly inherits from QListSpecialMethods. Thus, any specialisation
of QListSpecialMethods should make their destructor protected, to avoid
deletion through a pointer to QListSpecialMethods invoking UB.

Change-Id: I7e317606f84826cc0faf1bfc05dee97da6eaf2eb
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-04-16 09:46:00 +00:00
..
animation Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
arch Add missing fetchAndXxx methods to atomic classes based on std::atomic 2015-03-05 00:05:00 +00:00
codecs QIconvCodec: fix compilation when NO_BOM is defined. 2015-04-09 06:09:16 +00:00
doc Merge remote-tracking branch 'origin/5.4' into 5.5 2015-04-15 09:09:24 +02:00
global Merge remote-tracking branch 'origin/5.4' into 5.5 2015-04-15 09:09:24 +02:00
io Merge remote-tracking branch 'origin/5.4' into 5.5 2015-04-15 09:09:24 +02:00
itemmodels QItemSelectionModel: Make selectedIndexes a Q_PROPERTY. 2015-03-27 21:13:28 +00:00
json Make sure remove() doesn't corrupt the json object 2015-03-18 07:34:59 +00:00
kernel Merge remote-tracking branch 'origin/5.4' into 5.5 2015-04-15 09:09:24 +02:00
mimetypes Merge remote-tracking branch 'origin/5.4' into 5.5 2015-04-15 09:09:24 +02:00
plugin Merge remote-tracking branch 'origin/5.4' into 5.5 2015-04-15 09:09:24 +02:00
statemachine QStateMachine: remove conflicting transitions after selection. 2015-04-10 12:59:52 +00:00
thread Merge remote-tracking branch 'origin/5.4' into 5.5 2015-04-15 09:09:24 +02:00
tools QList: make QListSpecialMethods dtors protected 2015-04-16 09:46:00 +00:00
xml Fixed license headers 2015-02-17 18:46:09 +00:00
corelib.pro Use simd.prf for building MIPS DSP code 2014-07-25 17:48:39 +02:00
eval.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
Qt5Config.cmake.in Check that files we expect to find actually exist when using a cmake package. 2013-05-20 15:20:26 +02:00
Qt5CoreConfigExtras.cmake.in Fixing Qt5CoreConfigExtras.cmake.in 2015-02-20 23:58:29 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreMacros.cmake CMake: Fix regression with quoted OPTIONS parameter 2015-03-11 07:31:33 +00:00
Qt5CTestMacros.cmake CMake: Introduce qt5_add_binary_resources 2015-02-11 20:59:35 +00:00
QtCore.dynlist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00