summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextengine_p.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2010-06-29 10:51:53 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-06-29 10:55:03 (GMT)
commit1209a398c3b59b21b38036fffd4fb2442320e5c3 (patch)
treebcf6556f94dbac3f208a5f1b45de7ae227e9fea0 /src/gui/text/qtextengine_p.h
parent20ecb182654fc77be31be9104fce8fdf2155412d (diff)
downloadQt-1209a398c3b59b21b38036fffd4fb2442320e5c3.zip
Qt-1209a398c3b59b21b38036fffd4fb2442320e5c3.tar.gz
Qt-1209a398c3b59b21b38036fffd4fb2442320e5c3.tar.bz2
Made -graphicssystem trace work with Qt::TextBypassShaping flag.
The QPaintBuffer gets the text from the text item in order to stream it. Reviewed-by: Jocelyn Turcotte
Diffstat (limited to 'src/gui/text/qtextengine_p.h')
-rw-r--r--src/gui/text/qtextengine_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qtextengine_p.h b/src/gui/text/qtextengine_p.h
index 908a0ec..e623fa5 100644
--- a/src/gui/text/qtextengine_p.h
+++ b/src/gui/text/qtextengine_p.h
@@ -311,7 +311,7 @@ public:
logClusters(0), f(0), fontEngine(0)
{}
QTextItemInt(const QScriptItem &si, QFont *font, const QTextCharFormat &format = QTextCharFormat());
- QTextItemInt(const QGlyphLayout &g, QFont *font, QFontEngine *fe);
+ QTextItemInt(const QGlyphLayout &g, QFont *font, const QChar *chars, int numChars, QFontEngine *fe);
/// copy the structure items, adjusting the glyphs arrays to the right subarrays.
/// the width of the returned QTextItemInt is not adjusted, for speed reasons