aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/curveeditor/treeitem.h
diff options
context:
space:
mode:
authorKnud Dollereder <knud.dollereder@qt.io>2019-11-29 16:12:16 +0100
committerKnud Dollereder <knud.dollereder@qt.io>2019-12-03 10:10:22 +0000
commit16bd822d1b600fadf01003f3cc1ac080956f672c (patch)
treef35d4fd6d75a1106b8aafdb38fd4537f26e08ba7 /src/plugins/qmldesigner/components/curveeditor/treeitem.h
parentfd39ea9ef9a6a4c8a19a0ad730f5ddfe22b0a1fe (diff)
Move selection related code into SelectionModel
And fix a bug where the curves where missing in the graphicsview after opening the AnimationCurveDialog a second time. Change-Id: I4f13bd345afafaa0578a3be28be6326fa232dbe1 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/components/curveeditor/treeitem.h')
-rw-r--r--src/plugins/qmldesigner/components/curveeditor/treeitem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/curveeditor/treeitem.h b/src/plugins/qmldesigner/components/curveeditor/treeitem.h
index b7873e22a7c..655672b6608 100644
--- a/src/plugins/qmldesigner/components/curveeditor/treeitem.h
+++ b/src/plugins/qmldesigner/components/curveeditor/treeitem.h
@@ -133,6 +133,8 @@ enum class ValueType {
Double,
};
+std::string toString(ValueType type);
+
class PropertyTreeItem : public TreeItem
{
public: