summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qglyphrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qglyphrun.h')
-rw-r--r--src/gui/text/qglyphrun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/text/qglyphrun.h b/src/gui/text/qglyphrun.h
index dcc166ea3e..18afb2e1d8 100644
--- a/src/gui/text/qglyphrun.h
+++ b/src/gui/text/qglyphrun.h
@@ -87,6 +87,8 @@ public:
void setStrikeOut(bool strikeOut);
bool strikeOut() const;
+ QRectF boundingRect() const;
+
private:
friend class QGlyphRunPrivate;
friend class QTextLine;