From 9ec5972b3d7b972e74f6d7504d81d062ccdd863d Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 15 Jan 2010 13:06:30 +0100 Subject: Update size comment The pointers are included in the per item overhead. --- src/gui/text/qstatictext_p.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/text/qstatictext_p.h b/src/gui/text/qstatictext_p.h index 8c8cea8..33d2d39 100644 --- a/src/gui/text/qstatictext_p.h +++ b/src/gui/text/qstatictext_p.h @@ -68,11 +68,12 @@ public: // ================= // 14 bytes per glyph + // 12 bytes for pointers int numGlyphs; // 4 bytes per item int numChars; // 4 bytes per item QFontEngine *fontEngine; // 4 bytes per item // ================ - // 12 bytes per item + // 24 bytes per item }; class QStaticText; -- cgit v0.12