summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap_mac_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/image/qpixmap_mac_p.h')
-rw-r--r--src/gui/image/qpixmap_mac_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/image/qpixmap_mac_p.h b/src/gui/image/qpixmap_mac_p.h
index a3fb95f..45ab8e2 100644
--- a/src/gui/image/qpixmap_mac_p.h
+++ b/src/gui/image/qpixmap_mac_p.h
@@ -107,6 +107,7 @@ private:
pixelsToFree later on instead of malloc'ing memory.
*/
quint32 *pixels;
+ uint pixelsSize;
quint32 *pixelsToFree;
uint bytesPerRow;
QRectF cg_mask_rect;