aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/curveeditor/curveeditor.pri
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/curveeditor.pri
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/curveeditor.pri')
-rw-r--r--src/plugins/qmldesigner/components/curveeditor/curveeditor.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/curveeditor/curveeditor.pri b/src/plugins/qmldesigner/components/curveeditor/curveeditor.pri
index cd377aa2ced..e759ed6bde7 100644
--- a/src/plugins/qmldesigner/components/curveeditor/curveeditor.pri
+++ b/src/plugins/qmldesigner/components/curveeditor/curveeditor.pri
@@ -14,6 +14,7 @@ HEADERS += \
$$PWD/detail/keyframeitem.h \
$$PWD/detail/playhead.h \
$$PWD/detail/selectableitem.h \
+ $$PWD/detail/selectionmodel.h \
$$PWD/detail/selector.h \
$$PWD/detail/shortcut.h \
$$PWD/detail/treeitemdelegate.h \
@@ -36,6 +37,7 @@ SOURCES += \
$$PWD/detail/keyframeitem.cpp \
$$PWD/detail/playhead.cpp \
$$PWD/detail/selectableitem.cpp \
+ $$PWD/detail/selectionmodel.cpp \
$$PWD/detail/selector.cpp \
$$PWD/detail/shortcut.cpp \
$$PWD/detail/treeitemdelegate.cpp \