beginning to create a lyric parser
This commit is contained in:
parent
bbdd837b50
commit
e4768b44be
3 changed files with 31 additions and 4 deletions
|
@ -194,7 +194,7 @@ ColumnLayout {
|
|||
|
||||
if (type == "song") {
|
||||
const lyrics = songsqlmodel.getLyricList(itemID);
|
||||
print(lyrics);
|
||||
/* print(lyrics); */
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -184,7 +184,6 @@ Item {
|
|||
editorTimer.running = false;
|
||||
}
|
||||
onPressed: editorTimer.running = true
|
||||
/* Component.onCompleted: text = songsqlmodel.getLyrics(songIndex); */
|
||||
}
|
||||
}
|
||||
Controls.TextField {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue