summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qicon.h
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-09-07 15:09:21 +0200
committerOlivier Goffart (Woboq GmbH) <ogoffart@woboq.com>2015-09-11 12:42:15 +0000
commit1464118b67a030d290eb14e7c6612202273e1366 (patch)
treee0efb3c98e4e2da3a363db0f1bf4b6c9b35d56df /src/gui/image/qicon.h
parent4b224816aa2902e10835a560d14e305cfdc32bac (diff)
QIcon: add a hook in the engine so a non null QIconEngine can still be a null icon
Implement it in the QIconLoader We have to change detach() because some code does: icon = QIcon::fromTheme("foobar"); if (icon.isNull()) icon.addPixmap(...); so addPixmap and addFile have to work on a null QIcon by resetting the iconEngine. Change-Id: I07719bef93930cf4692384a8c64e21a97dcce25c Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'src/gui/image/qicon.h')
0 files changed, 0 insertions, 0 deletions