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 {
|
||||
id: delegate
|
||||
Kirigami.AbstractListItem {
|
||||
|
@ -95,7 +93,6 @@ Item {
|
|||
DropArea {
|
||||
id: serviceDrop
|
||||
anchors.fill: parent
|
||||
/* enabled: false */
|
||||
|
||||
onEntered: (drag) => {
|
||||
if (drag.keys[0] === "library") {
|
||||
|
@ -107,8 +104,6 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
/* onExited: dropHighlightLine.visible = false; */
|
||||
|
||||
onDropped: (drag) => {
|
||||
print("DROPPED IN ITEM AREA: " + drag.keys);
|
||||
print(dragItemIndex + " " + index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue