aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/curveeditor/treeitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/curveeditor/treeitem.h')
-rw-r--r--src/plugins/qmldesigner/components/curveeditor/treeitem.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/plugins/qmldesigner/components/curveeditor/treeitem.h b/src/plugins/qmldesigner/components/curveeditor/treeitem.h
index 6053877809..bf76d43706 100644
--- a/src/plugins/qmldesigner/components/curveeditor/treeitem.h
+++ b/src/plugins/qmldesigner/components/curveeditor/treeitem.h
@@ -151,15 +151,10 @@ class PropertyTreeItem : public TreeItem
public:
enum class Component { Generic, R, G, B, A, X, Y, Z, W };
- enum class ValueType {
- Undefined,
- Bool,
- Integer,
- Double,
- };
+ using ValueType = AnimationCurve::ValueType;
public:
- PropertyTreeItem(const QString &name, const AnimationCurve &curve, const ValueType &type);
+ PropertyTreeItem(const QString &name, const AnimationCurve &curve);
PropertyTreeItem *asPropertyItem() override;