summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
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