summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpen_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qpen_p.h')
-rw-r--r--src/gui/painting/qpen_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpen_p.h b/src/gui/painting/qpen_p.h
index 2098be5a53..0cf05c7aec 100644
--- a/src/gui/painting/qpen_p.h
+++ b/src/gui/painting/qpen_p.h
@@ -65,7 +65,7 @@ public:
Qt::PenStyle style;
Qt::PenCapStyle capStyle;
Qt::PenJoinStyle joinStyle;
- mutable QVector<qreal> dashPattern;
+ mutable QList<qreal> dashPattern;
qreal dashOffset;
qreal miterLimit;
uint cosmetic : 1;