qt5base-lts/src
Christian Strømme b280182053 Android: Don't rely on QIcon::isNull() to validate icon data.
QIcon::isNull() only checks if it has a valid d pointer and not if it
actually contains any image data. The result is that the QImage create
from the icon would be invalid, and later cause an exception to be
thrown. To avoid this we should check the QImage as well.

Task-number: QTBUG-34416
Change-Id: I9dd0a2387d73bfc2c27ceb9df247ddc186dd659f
Reviewed-by: BogDan Vatra <bogdan@kde.org>
2013-10-30 14:50:02 +01:00
..
3rdparty Fix compilation with MinGW gcc 64 bit 2013-10-29 15:09:29 +01:00
android Fix the show/hide logic. 2013-10-29 15:30:39 +01:00
angle Fix compilation with MinGW gcc 64 bit 2013-10-29 15:09:29 +01:00
concurrent Doc: Remove unofficial Qt Concurrent headers 2013-10-30 00:34:34 +01:00
corelib Android: Fix problem with leaking local refs. 2013-10-30 14:50:02 +01:00
dbus Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
gui Fix finding cursor position in words with accents 2013-10-30 09:44:07 +01:00
network Fix the network proxy code for windows to detect properly services 2013-10-30 11:29:04 +01:00
opengl Do not byteswap RGBA8888 formats 2013-10-25 14:51:30 +02:00
openglextensions Use BSD licensing for QtOpenGLExtensions instead of LGPL 2013-06-24 10:16:32 +02:00
platformsupport Keep web fontdata alive as long as CG uses it 2013-10-29 22:11:26 +01:00
plugins Android: Don't rely on QIcon::isNull() to validate icon data. 2013-10-30 14:50:02 +01:00
printsupport Set currently selected printer to QCUPSSupport in PageSetupWidget 2013-10-18 18:01:54 +02:00
sql Doc: Fix miscellaneous typos 2013-10-30 00:34:34 +01:00
testlib Doc: Added a link to the Qt Quick Test page 2013-10-23 19:09:54 +02:00
tools qdbusxml2cpp: Fix warnings about writing to closed devices. 2013-10-29 16:23:00 +01:00
widgets Doc: Fix miscellaneous typos 2013-10-30 00:34:34 +01:00
winmain winmain for winrt 2013-09-14 15:42:24 +02:00
xml Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
src.pro Explicitly mark subdirs as host_builds in SUBDIRS template 2013-10-18 18:01:54 +02:00