cleaning up old empty code
This commit is contained in:
parent
6786d11503
commit
cc28788163
1 changed files with 0 additions and 5 deletions
|
@ -83,8 +83,6 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* onExited: dropHighlightLine.visible = false; */
|
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
id: delegate
|
id: delegate
|
||||||
Kirigami.AbstractListItem {
|
Kirigami.AbstractListItem {
|
||||||
|
@ -95,7 +93,6 @@ Item {
|
||||||
DropArea {
|
DropArea {
|
||||||
id: serviceDrop
|
id: serviceDrop
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
/* enabled: false */
|
|
||||||
|
|
||||||
onEntered: (drag) => {
|
onEntered: (drag) => {
|
||||||
if (drag.keys[0] === "library") {
|
if (drag.keys[0] === "library") {
|
||||||
|
@ -107,8 +104,6 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* onExited: dropHighlightLine.visible = false; */
|
|
||||||
|
|
||||||
onDropped: (drag) => {
|
onDropped: (drag) => {
|
||||||
print("DROPPED IN ITEM AREA: " + drag.keys);
|
print("DROPPED IN ITEM AREA: " + drag.keys);
|
||||||
print(dragItemIndex + " " + index);
|
print(dragItemIndex + " " + index);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue