aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/dragtarget/launcher/launcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/dragtarget/launcher/launcher.qml')
-rw-r--r--examples/declarative/dragtarget/launcher/launcher.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/declarative/dragtarget/launcher/launcher.qml b/examples/declarative/dragtarget/launcher/launcher.qml
index f1188b85b3..5062e26c7a 100644
--- a/examples/declarative/dragtarget/launcher/launcher.qml
+++ b/examples/declarative/dragtarget/launcher/launcher.qml
@@ -71,8 +71,8 @@ Rectangle {
destinationIndex = index
}
}
- onDropped: applicationsModel.move(sourceIndex, destinationIndex, 1)
- onExited: applicationsModel.move(destinationIndex, sourceIndex, 1)
+// onDropped: applicationsModel.move(sourceIndex, destinationIndex, 1)
+// onExited: applicationsModel.move(destinationIndex, sourceIndex, 1)
}
DragTarget {
@@ -171,8 +171,8 @@ Rectangle {
destinationIndex = index
}
}
- onDropped: favoritesModel.move(sourceIndex, destinationIndex, 1)
- onExited: favoritesVisualModel.move(destinationIndex, sourceIndex, 1)
+// onDropped: favoritesModel.move(sourceIndex, destinationIndex, 1)
+// onExited: favoritesVisualModel.move(destinationIndex, sourceIndex, 1)
}
DragTarget {
@@ -200,8 +200,8 @@ Rectangle {
destinationIndex = index
}
}
- // onDropped: favoritesModel.move(sourceIndex, destinationIndex, 1)
- // onExited: favoritesModel.move(destinationIndex, sourceIndex, 1)
+// onDropped: favoritesModel.move(sourceIndex, destinationIndex, 1)
+// onExited: favoritesModel.move(destinationIndex, sourceIndex, 1)
}
}
}