summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorMatias Linares <matias.linares@comprandoengrupo.net>2022-06-24 09:37:33 -0300
committerMatias Linares <matias.linares@comprandoengrupo.net>2022-06-24 09:37:33 -0300
commitb0d2b24c6f552b5a54b0f3c3c2b00d596a5ad9c1 (patch)
treebb1a45adc32956e3174024db0f69ad0b7b977c5a /main.qml
parent51510f09b4bcaf21f75c3133aa6ecbe97c8139b8 (diff)
downloadbass-player-b0d2b24c6f552b5a54b0f3c3c2b00d596a5ad9c1.tar.gz
Change model Part to Segment
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index d0dda5b..ab7a07a 100644
--- a/main.qml
+++ b/main.qml
@@ -43,7 +43,7 @@ ApplicationWindow {
TableView {
id: songPartTable
- model: song.part_model
+ model: song.segment_model
Layout.fillHeight: true
Layout.fillWidth: true
Layout.alignment: Qt.AlignTop