diff options
Diffstat (limited to 'src/gui/text/qstatictext_p.h')
-rw-r--r-- | src/gui/text/qstatictext_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); }; |