summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qstatictext_p.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-12-11 13:17:54 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-14 13:07:23 (GMT)
commitf89a82b97eb5585fdb246fc71df7d64df5220971 (patch)
tree428f46999fe9047875e6fedae416f4d7619ebac0 /src/gui/text/qstatictext_p.h
parenteb674a7ff5fad2f4a76e3b20873c574eb8a6135f (diff)
downloadQt-f89a82b97eb5585fdb246fc71df7d64df5220971.zip
Qt-f89a82b97eb5585fdb246fc71df7d64df5220971.tar.gz
Qt-f89a82b97eb5585fdb246fc71df7d64df5220971.tar.bz2
Update size comment in QStaticTextPrivate
I've added a flag char, so the size of the static text is now one byte greater.
Diffstat (limited to 'src/gui/text/qstatictext_p.h')
-rw-r--r--src/gui/text/qstatictext_p.h2
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);
};