Changeset 607
- Timestamp:
- Feb 26, 2010, 2:25:56 PM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
corelib/global/qt_os2.h (modified) (1 diff)
-
gui/itemviews/qfileiconprovider.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/global/qt_os2.h
r564 r607 45 45 #define QT_OS2_H 46 46 47 #define OS2EMX_PLAIN_CHAR 47 #if defined(__EMX__) 48 # define OS2EMX_PLAIN_CHAR 49 #endif 48 50 #define INCL_BASE 51 49 52 #define INCL_PM 50 53 #include <os2.h> -
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.
