mirror of https://github.com/KDE/kasts.git
Remove old, unused code
This commit is contained in:
parent
da456a19f9
commit
ed2d1ee2c8
|
@ -146,14 +146,6 @@ Kirigami.SwipeListItem {
|
||||||
pageStack.push("qrc:/EntryPage.qml", {"entry": entry})
|
pageStack.push("qrc:/EntryPage.qml", {"entry": entry})
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
|
||||||
if(entryActions) {
|
|
||||||
actions = entryActions;
|
|
||||||
} else {
|
|
||||||
actions = defaultActions;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
actions: [
|
actions: [
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
text: i18n("Download")
|
text: i18n("Download")
|
||||||
|
|
Loading…
Reference in New Issue