Open madmaxoft opened 4 years ago
When removing the last song in DlgSongs, an assert is raised, last < rowCount(parent), in SongModel::delSong(), line beginRemoveRows(QModelIndex(), idx, idx);
DlgSongs
last < rowCount(parent)
SongModel::delSong()
beginRemoveRows(QModelIndex(), idx, idx);
When removing the last song in
DlgSongs
, an assert is raised,last < rowCount(parent)
, inSongModel::delSong()
, linebeginRemoveRows(QModelIndex(), idx, idx);