Qml/ModPage: remove model property
QModListModel is a singleton now so this isn't needed
This commit is contained in:
parent
7ac5f7470e
commit
2bda69ba4b
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import Leek
|
|||
|
||||
Kirigami.Page {
|
||||
id: root
|
||||
required property QModListModel model
|
||||
required property int index
|
||||
required property QMod mod
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue