Changeset 607 for trunk/src/gui/itemviews/qfileiconprovider.cpp
- Timestamp:
- Feb 26, 2010, 2:25:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/itemviews/qfileiconprovider.cpp
r561 r607 52 52 # include <commctrl.h> 53 53 # include <objbase.h> 54 55 54 56 #elif defined(Q_WS_MAC) 55 57 # include <private/qt_cocoa_helpers_mac_p.h> … … 429 431 } 430 432 } 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 431 455 #else 432 456 return d->getIcon(QStyle::SP_DriveHDIcon);
Note:
See TracChangeset
for help on using the changeset viewer.