Changeset 569 for trunk/src/gui/image


Ignore:
Timestamp:
Feb 13, 2010, 6:36:55 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Adopted to 4.6.1 changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/image/qpixmap_pm.cpp

    r564 r569  
    128128    }
    129129
    130     QRasterPixmapData* d = static_cast<QRasterPixmapData*>(data);
     130    QRasterPixmapData* d = static_cast<QRasterPixmapData*>(data);
    131131    int w = d->image.width();
    132132    int h = d->image.height();
Note: See TracChangeset for help on using the changeset viewer.