Changeset 95 for trunk/src/gui/image
- Timestamp:
- Jul 31, 2009, 1:13:57 AM (16 years ago)
- Location:
- trunk/src/gui/image
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/image/image.pri
r2 r95 50 50 win32 { 51 51 SOURCES += image/qpixmap_win.cpp 52 53 54 52 55 } 53 56 embedded { -
trunk/src/gui/image/qpixmap.cpp
r2 r95 1844 1844 #elif defined(Q_WS_WIN) 1845 1845 return 32; // XXX 1846 1847 1846 1848 #elif defined(Q_WS_MAC) 1847 1849 return 32; -
trunk/src/gui/image/qpixmapdatafactory.cpp
r2 r95 51 51 # include <private/qpixmap_raster_p.h> 52 52 #endif 53 54 55 53 56 #ifdef Q_WS_MAC 54 57 # include <private/qpixmap_mac_p.h> … … 78 81 #elif defined(Q_WS_WIN) 79 82 return new QRasterPixmapData(type); 83 84 80 85 #elif defined(Q_WS_MAC) 81 86 return new QMacPixmapData(type);
Note:
See TracChangeset
for help on using the changeset viewer.