From f89a82b97eb5585fdb246fc71df7d64df5220971 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 11 Dec 2009 14:17:54 +0100 Subject: Update size comment in QStaticTextPrivate I've added a flag char, so the size of the static text is now one byte greater. --- src/gui/text/qstatictext_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/text/qstatictext_p.h b/src/gui/text/qstatictext_p.h index 0677920..8c8cea8 100644 --- a/src/gui/text/qstatictext_p.h +++ b/src/gui/text/qstatictext_p.h @@ -100,7 +100,7 @@ public: char needsClipRect : 1; // 1 byte per text // ================ - // 144 bytes per text + // 145 bytes per text static QStaticTextPrivate *get(const QStaticText *q); }; -- cgit v0.12