aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/timelineeditor/animationcurveeditormodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/timelineeditor/animationcurveeditormodel.h')
-rw-r--r--src/plugins/qmldesigner/components/timelineeditor/animationcurveeditormodel.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/qmldesigner/components/timelineeditor/animationcurveeditormodel.h b/src/plugins/qmldesigner/components/timelineeditor/animationcurveeditormodel.h
index fe85929cf1..4da0be62b0 100644
--- a/src/plugins/qmldesigner/components/timelineeditor/animationcurveeditormodel.h
+++ b/src/plugins/qmldesigner/components/timelineeditor/animationcurveeditormodel.h
@@ -49,20 +49,12 @@ public:
void setTimeline(const QmlTimeline &timeline);
- void setMinimumTime(double time);
-
- void setMaximumTime(double time);
-
private:
DesignTools::TreeItem *createTopLevelItem(const QmlTimeline &timeline, const ModelNode &node);
DesignTools::AnimationCurve createAnimationCurve(const QmlTimelineKeyframeGroup &group);
DesignTools::AnimationCurve createDoubleCurve(const QmlTimelineKeyframeGroup &group);
-
- double m_minTime;
-
- double m_maxTime;
};
} // namespace QmlDesigner