On Sunday 31 January 2016 11:18:34 René J.V. Bertin wrote:
> +    case QPlatformTheme::IconThemeSearchPaths:
> +        if (QStandardPaths::isXDGLocationsEnabled()) {
> +            return xdgIconThemePaths();
> +        }

I don't think this requires an if() at all.
It's not like Mac OSX has freedesktop icon themes natively installed...

i.e. it seems to me that this unbreaks QIcon::fromTheme() on OSX,
which was until now searching ... nowhere. Right?

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to