Ticket #191: qfileiconprovider.diff
| File qfileiconprovider.diff, 1.1 KB (added by , 15 years ago) |
|---|
-
qfileiconprovider.cpp
339 339 QByteArray path = QDir::toNativeSeparators( 340 340 QDir::cleanPath(fileInfo.absoluteFilePath())).toLocal8Bit(); 341 341 HPOINTER hicon = WinLoadFileIcon(path, FALSE); 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 342 359 if (hicon != NULLHANDLE) { 343 360 // we're requesting the system (shared) icon handle which should be 344 361 // always the same for the given file until the icon is changed, so use
