mirror of https://github.com/KDE/kasts.git
Migrate to KF6 Page actions
This commit is contained in:
parent
b1414a18f2
commit
8c06247e16
|
@ -39,8 +39,7 @@ Kirigami.ScrollablePage {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: KF6 replace contextualActions with actions
|
||||
contextualActions: pageActions
|
||||
actions: pageActions
|
||||
|
||||
GenericEntryListView {
|
||||
id: episodeList
|
||||
|
|
|
@ -63,8 +63,7 @@ Kirigami.ScrollablePage {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: KF6 replace contextualActions with actions
|
||||
contextualActions: pageActions
|
||||
actions: pageActions
|
||||
|
||||
header: Loader {
|
||||
anchors.right: parent.right
|
||||
|
|
|
@ -64,8 +64,7 @@ Kirigami.ScrollablePage {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: KF6 replace contextualActions with actions
|
||||
contextualActions: Kirigami.Action {
|
||||
actions: Kirigami.Action {
|
||||
id: searchActionButton
|
||||
icon.name: "search"
|
||||
text: i18nc("@action:intoolbar", "Search")
|
||||
|
|
|
@ -136,8 +136,7 @@ Kirigami.ScrollablePage {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: KF6 replace contextualActions with actions
|
||||
contextualActions: pageActions
|
||||
actions: pageActions
|
||||
|
||||
header: Loader {
|
||||
anchors.right: parent.right
|
||||
|
|
|
@ -46,8 +46,7 @@ Kirigami.ScrollablePage {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: KF6 replace contextualActions with actions
|
||||
contextualActions: pageActions
|
||||
actions: pageActions
|
||||
|
||||
GenericEntryListView {
|
||||
id: queueList
|
||||
|
|
Loading…
Reference in New Issue