Skip to content

Commit

Permalink
Refs #19743: [ARS] Remove unnecessary dead code
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Nov 13, 2023
1 parent 1a105ea commit ebcdc84
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions qml/StatusTreeViewItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ Item {
property alias font: root.fontMetrics.font
enum Role { Id=257, Status, Kind, Value, Description, Alive, Name }

// public signal
signal toggled()

// private (internal) signals
signal filter_(int entityId)
signal unfilter_()
Expand Down Expand Up @@ -228,7 +225,6 @@ Item {
}

_prop.focus()
root.toggled()
}

function focus(){
Expand Down Expand Up @@ -378,10 +374,6 @@ Item {
const parent = root.model.index(index, 0, parentIndex)
loader.item.childCount = root.model.rowCount(parent)
}

function onToggled() {
root.toggled()
}
}

Binding { target: loader.item; property: "model"; value: root.model; when: loader.status == Loader.Ready }
Expand Down

0 comments on commit ebcdc84

Please sign in to comment.