Changeset 8416
- Timestamp:
- May 16, 2009, 3:02:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/qticonloader.cc
r8188 r8416 261 261 262 262 // 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(); 264 264 } 265 265
Note: See TracChangeset
for help on using the changeset viewer.