summaryrefslogtreecommitdiffstats
path: root/examples/curveeditorapp/examplecurvemodel.h
diff options
context:
space:
mode:
authorKnud Dollereder <knud.dollereder@qt.io>2019-02-07 11:46:17 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2019-02-07 15:09:35 +0000
commiteb031b8ef94da5601dc3e1e133d9abe2c8dfbd5b (patch)
tree400e4445e8570cd1418af2dbedc4f2bf266ad8dc /examples/curveeditorapp/examplecurvemodel.h
parent566a9ce6a4fc840d5d4b1d5793166c023643e2c6 (diff)
Introduce curves
and extend the style-options. Change-Id: Ie5652517dca5766cb6d7eab5d29dde9c030e762b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'examples/curveeditorapp/examplecurvemodel.h')
-rw-r--r--examples/curveeditorapp/examplecurvemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/curveeditorapp/examplecurvemodel.h b/examples/curveeditorapp/examplecurvemodel.h
index 62bfc0b..7f0433e 100644
--- a/examples/curveeditorapp/examplecurvemodel.h
+++ b/examples/curveeditorapp/examplecurvemodel.h
@@ -40,7 +40,7 @@ public:
double maximumValue() const override;
- std::vector<QPointF> curve(int i) const override;
+ AnimationCurve curve(int i) const override;
CurveEditorStyle style() const override;
};