summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/qglyphrun_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/text/qglyphrun_p.h b/src/gui/text/qglyphrun_p.h
index 1cb63b2403..a7745e68ce 100644
--- a/src/gui/text/qglyphrun_p.h
+++ b/src/gui/text/qglyphrun_p.h
@@ -97,6 +97,10 @@ public:
QVector<QPointF> glyphPositions;
QRawFont rawFont;
+ uint overline : 1;
+ uint underline : 1;
+ uint strikeOut : 1;
+
const quint32 *glyphIndexData;
int glyphIndexDataSize;
@@ -107,10 +111,6 @@ public:
{
return glyphRun.d.data();
}
-
- uint overline : 1;
- uint underline : 1;
- uint strikeOut : 1;
};
QT_END_NAMESPACE