initial port to cxx_qt 6.0
This commit is contained in:
parent
62daf316a3
commit
744481587f
31 changed files with 1992 additions and 1860 deletions
|
@ -513,8 +513,8 @@ Item {
|
|||
}
|
||||
|
||||
function changeSong(index) {
|
||||
console.log("Preparing to change song: " + index + 1 + " out of " + songProxyModel.songModel.count());
|
||||
if (songProxyModel.songModel.count() - 1 === index)
|
||||
console.log("Preparing to change song: " + index + 1 + " out of " + songProxyModel.songModel.count);
|
||||
if (songProxyModel.songModel.count - 1 === index)
|
||||
newSong(index)
|
||||
else {
|
||||
clearSlides();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue