Changeset 569 for trunk/src/gui/image
- Timestamp:
- Feb 13, 2010, 6:36:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/image/qpixmap_pm.cpp
r564 r569 128 128 } 129 129 130 QRasterPixmapData* d = static_cast<QRasterPixmapData*>(data );130 QRasterPixmapData* d = static_cast<QRasterPixmapData*>(data); 131 131 int w = d->image.width(); 132 132 int h = d->image.height();
Note:
See TracChangeset
for help on using the changeset viewer.