Changeset 1118
- Timestamp:
- Mar 5, 2013, 11:42:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/itemviews/qfileiconprovider.cpp
r846 r1118 348 348 } 349 349 350 QByteArray path = Q Dir::toNativeSeparators(351 QDir::cleanPath(fileInfo. absoluteFilePath())).toLocal8Bit();350 QByteArray path = QFile::encodeName(QDir::toNativeSeparators( 351 QDir::cleanPath(fileInfo.canonicalFilePath()))); 352 352 HPOINTER hicon = WinLoadFileIcon(path, FALSE); 353 353 if (hicon == NULLHANDLE) {
Note:
See TracChangeset
for help on using the changeset viewer.