aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickpathitemsoftwarerenderer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickpathitemsoftwarerenderer_p.h')
-rw-r--r--src/quick/items/qquickpathitemsoftwarerenderer_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick/items/qquickpathitemsoftwarerenderer_p.h b/src/quick/items/qquickpathitemsoftwarerenderer_p.h
index 584771425d..6c7d052596 100644
--- a/src/quick/items/qquickpathitemsoftwarerenderer_p.h
+++ b/src/quick/items/qquickpathitemsoftwarerenderer_p.h
@@ -94,6 +94,7 @@ private:
QPainterPath m_path;
QPen m_pen;
+ float m_strokeWidth;
QColor m_fillColor;
QBrush m_brush;
Qt::FillRule m_fillRule;
@@ -117,6 +118,7 @@ private:
QPainterPath m_path;
QPen m_pen;
+ float m_strokeWidth;
QBrush m_brush;
friend class QQuickPathItemSoftwareRenderer;