Changeset 8416


Ignore:
Timestamp:
May 16, 2009, 3:02:40 PM (14 years ago)
Author:
charles
Message:

fix a minor bug with the 3rd party Qt icon loader. <http://code.google.com/p/qticonloader/issues/detail?id=5>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qt/qticonloader.cc

    r8188 r8416  
    261261
    262262        // Parent themes provide fallbacks for missing icons
    263         parents = indexReader.value(QLatin1String("Icon Theme/Inherits")).toString().split(QLatin1Char(','));
     263        parents = indexReader.value(QLatin1String("Icon Theme/Inherits")).toStringList();
    264264    }
    265265
Note: See TracChangeset for help on using the changeset viewer.