Changeset 95 for trunk/src/gui/image/qpixmapdatafactory.cpp
- Timestamp:
- Jul 31, 2009, 1:13:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/image/qpixmapdatafactory.cpp
r2 r95 51 51 # include <private/qpixmap_raster_p.h> 52 52 #endif 53 #ifdef Q_WS_PM 54 # include <private/qpixmap_raster_p.h> // @todo check this 55 #endif 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 #elif defined(Q_WS_PM) 84 return new QRasterPixmapData(type); // @todo check this 80 85 #elif defined(Q_WS_MAC) 81 86 return new QMacPixmapData(type);
Note:
See TracChangeset
for help on using the changeset viewer.