aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes/qquickshapesoftwarerenderer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickshapes/qquickshapesoftwarerenderer_p.h')
-rw-r--r--src/quickshapes/qquickshapesoftwarerenderer_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickshapes/qquickshapesoftwarerenderer_p.h b/src/quickshapes/qquickshapesoftwarerenderer_p.h
index 11e658b4b7..dcee8daa8c 100644
--- a/src/quickshapes/qquickshapesoftwarerenderer_p.h
+++ b/src/quickshapes/qquickshapesoftwarerenderer_p.h
@@ -72,7 +72,7 @@ public:
DirtyList = 0x10
};
- void beginSync(int totalCount) override;
+ void beginSync(int totalCount, bool *countChanged) override;
void setPath(int index, const QQuickPath *path) override;
void setStrokeColor(int index, const QColor &color) override;
void setStrokeWidth(int index, qreal w) override;