qt5base-lts/src
Volker Krause ef403ba46a Fix crash in QVariant::canConvert().
When containing a QObject (or sub-class) pointer and trying to convert
to a QObject pointer canConvert() did dereference the pointer without
checking for it being null.

Change-Id: Ie274e54f2f817f2b6c5df64504f8af6359b8f38d
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-07-27 12:23:43 +02:00
..
3rdparty Fix PCRE build under non-__GNUC__ compilers 2012-06-26 14:53:36 +02:00
concurrent QtConcurrentFilter: remove unused typedef (GCC 4.8 warning) 2012-07-24 00:08:28 +02:00
corelib Fix crash in QVariant::canConvert(). 2012-07-27 12:23:43 +02:00
dbus Create IMPORTED CMake targets for executables. 2012-07-25 13:59:15 +02:00
gui Implement implicit constructors for built-in classes. 2012-07-27 03:27:23 +02:00
network QtNetwork: unbreak QT_NO_SSL build 2012-07-26 23:08:04 +02:00
opengl QtOpenGL: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 00:48:38 +02:00
platformsupport WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter. 2012-07-23 19:57:07 +02:00
plugins Add QCocoaAutoReleasePool to QCocoaMenu::setText 2012-07-27 03:27:10 +02:00
printsupport QtPrintSupport: Replace remaining Q_WS_ conditionals by name checks. 2012-07-21 03:17:23 +02:00
sql Fix some typos. 2012-07-26 14:24:22 +02:00
testlib Add QSignalSpy::wait() method. 2012-07-25 13:31:14 +02:00
tools qdoc: Changed \qmlclass to \qmltype, added \instantiates 2012-07-26 14:24:40 +02:00
widgets Describe an example usage of stretch in QSizePolicy documentation. 2012-07-27 03:27:16 +02:00
winmain fix misnomer: qt_module.prf => qt_build_config.prf 2012-06-19 16:46:08 +02:00
xml Correct QDomDocument documentation re deletion of internal objects. 2012-07-23 22:02:18 +02:00
src.pro enable platformsupport for -no-widgets 2012-07-04 02:46:27 +02:00