aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/curveeditor/detail/treeview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/curveeditor/detail/treeview.cpp')
-rw-r--r--src/plugins/qmldesigner/components/curveeditor/detail/treeview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/curveeditor/detail/treeview.cpp b/src/plugins/qmldesigner/components/curveeditor/detail/treeview.cpp
index 3b9a4ef7c5..4daa6d3e3e 100644
--- a/src/plugins/qmldesigner/components/curveeditor/detail/treeview.cpp
+++ b/src/plugins/qmldesigner/components/curveeditor/detail/treeview.cpp
@@ -91,8 +91,8 @@ void TreeView::changeCurve(unsigned int id, const AnimationCurve &curve)
void TreeView::changeSelection(const QItemSelection &selected, const QItemSelection &deselected)
{
- Q_UNUSED(selected);
- Q_UNUSED(deselected);
+ Q_UNUSED(selected)
+ Q_UNUSED(deselected)
std::vector<CurveItem *> curves;
for (auto index : selectedIndexes()) {