Qml/ModPage: remove model property

QModListModel is a singleton now so this isn't needed
This commit is contained in:
Toast 2025-06-06 03:53:36 +02:00
parent 7ac5f7470e
commit 2bda69ba4b
2 changed files with 1 additions and 3 deletions

View file

@ -40,8 +40,7 @@ Kirigami.ApplicationWindow {
showClickFeedback: true
onClicked: pageStack.push(Qt.resolvedUrl("ModPage.qml"), {
mod: mod,
index: index,
model: modsView.model
index: index
})
// headerOrientation: Qt.Horizontal

View file

@ -6,7 +6,6 @@ import Leek
Kirigami.Page {
id: root
required property QModListModel model
required property int index
required property QMod mod