https://bugs.kde.org/show_bug.cgi?id=365130
David Rosca <now...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/kico | |nthemes/0abf1b7a148cf6b27ca | |ea01a329631e0f1daa983 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #2 from David Rosca <now...@gmail.com> --- Git commit 0abf1b7a148cf6b27caea01a329631e0f1daa983 by David Rosca. Committed on 12/07/2016 at 07:54. Pushed by drosca into branch 'master'. KIconEngine: Fix QIcon::hasThemeIcon always returning true QIcon::hasThemeIcon(name) checks if QIcon::name() == name, so icon engine must return empty string when icon doesn't exist. Also implement IsNullHook for Qt 5.7. Comes with autotest. REVIEW: 128397 M +1 -0 autotests/CMakeLists.txt A +75 -0 autotests/kiconengine_unittest.cpp [License: LGPL (v2+)] M +15 -0 src/kiconengine.cpp M +2 -0 src/kiconengine.h http://commits.kde.org/kiconthemes/0abf1b7a148cf6b27caea01a329631e0f1daa983 -- You are receiving this mail because: You are watching all bug changes.