aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickpathitem_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickpathitem_p_p.h')
-rw-r--r--src/quick/items/qquickpathitem_p_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quick/items/qquickpathitem_p_p.h b/src/quick/items/qquickpathitem_p_p.h
index 5e6400edc6..faf7b1e451 100644
--- a/src/quick/items/qquickpathitem_p_p.h
+++ b/src/quick/items/qquickpathitem_p_p.h
@@ -79,7 +79,7 @@ public:
virtual void setStrokeStyle(int index, QQuickVisualPath::StrokeStyle strokeStyle,
qreal dashOffset, const QVector<qreal> &dashPattern) = 0;
virtual void setFillGradient(int index, QQuickPathGradient *gradient) = 0;
- virtual void endSync() = 0;
+ virtual void endSync(bool async) = 0;
// Render thread, with gui blocked
virtual void updateNode() = 0;
@@ -144,6 +144,7 @@ public:
bool componentComplete;
bool vpChanged;
QQuickPathItem::RendererType rendererType;
+ bool async;
QQuickAbstractPathRenderer *renderer;
QVector<QQuickVisualPath *> vp;
};