beginning to create a lyric parser

This commit is contained in:
Chris Cochrun 2022-03-24 12:58:20 -05:00
parent bbdd837b50
commit e4768b44be
3 changed files with 31 additions and 4 deletions

View file

@ -184,7 +184,6 @@ Item {
editorTimer.running = false;
}
onPressed: editorTimer.running = true
/* Component.onCompleted: text = songsqlmodel.getLyrics(songIndex); */
}
}
Controls.TextField {