[KDE/Mac] QSP patch/activator
    David Faure 
    faure at kde.org
       
    Sun Jan 31 11:10:05 UTC 2016
    
    
  
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, faure at kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5
    
    
More information about the kde-mac
mailing list