Changeset 95 for trunk/src/gui/painting/qgraphicssystem.cpp
- Timestamp:
- Jul 31, 2009, 1:13:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qgraphicssystem.cpp
r2 r95 48 48 # include <private/qpixmap_raster_p.h> 49 49 #endif 50 #ifdef Q_WS_PM 51 # include <private/qpixmap_raster_p.h> // @todo check this 52 #endif 50 53 #ifdef Q_WS_MAC 51 54 # include <private/qpixmap_mac_p.h> … … 67 70 #elif defined(Q_WS_WIN) 68 71 return new QRasterPixmapData(type); 72 #elif defined(Q_WS_PM) 73 return new QRasterPixmapData(type); // @todo check this 69 74 #elif defined(Q_WS_MAC) 70 75 return new QMacPixmapData(type);
Note:
See TracChangeset
for help on using the changeset viewer.