You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When removing the last song in DlgSongs, an assert is raised, last < rowCount(parent), in SongModel::delSong(), line beginRemoveRows(QModelIndex(), idx, idx);
The text was updated successfully, but these errors were encountered:
When removing the last song in
DlgSongs
, an assert is raised,last < rowCount(parent)
, inSongModel::delSong()
, linebeginRemoveRows(QModelIndex(), idx, idx);
The text was updated successfully, but these errors were encountered: