summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/deform/pathdeform.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/deform/pathdeform.h')
-rw-r--r--examples/widgets/painting/deform/pathdeform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/painting/deform/pathdeform.h b/examples/widgets/painting/deform/pathdeform.h
index af869badc9..0314755b34 100644
--- a/examples/widgets/painting/deform/pathdeform.h
+++ b/examples/widgets/painting/deform/pathdeform.h
@@ -105,8 +105,8 @@ private:
// int m_fpsCounter;
QElapsedTimer m_repaintTracker;
- QVector<QPainterPath> m_paths;
- QVector<QPointF> m_advances;
+ QList<QPainterPath> m_paths;
+ QList<QPointF> m_advances;
QRectF m_pathBounds;
QString m_text;