(Hopefully) fix selection order of items - and order added to playqueue.

This commit is contained in:
craig.p.drummond
2013-09-03 18:40:50 +00:00
parent 09eb6fe494
commit 87f3dfccc8
21 changed files with 175 additions and 132 deletions

View File

@@ -374,7 +374,6 @@ QList<Song> PlaylistsModel::songs(const QModelIndexList &indexes) const
}
}
}
qSort(songs);
return songs;
}