[vlc-commits] [Git][videolan/vlc][master] qt: playlist: add option to sort by title

Romain Vimont (@rom1v) gitlab at videolan.org
Thu Jul 1 13:52:36 UTC 2021



Romain Vimont pushed to branch master at VideoLAN / VLC


Commits:
97d7c1c4 by Romain Vimont at 2021-07-01T13:21:09+00:00
qt: playlist: add option to sort by title

It was possible to sort by all criteria except by title.

- - - - -


1 changed file:

- modules/gui/qt/playlist/playlist_controller_p.hpp


Changes:

=====================================
modules/gui/qt/playlist/playlist_controller_p.hpp
=====================================
@@ -78,6 +78,7 @@ private:
             sortKeyTitleList.push_back(map);
         };
 
+        filler(PlaylistControllerModel::SORT_KEY_TITLE, qtr("Title"));
         filler(PlaylistControllerModel::SORT_KEY_DURATION, qtr("Duration"));
         filler(PlaylistControllerModel::SORT_KEY_ARTIST, qtr("Artist"));
         filler(PlaylistControllerModel::SORT_KEY_ALBUM, qtr("Album"));



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/97d7c1c4239f7369c4e290521a6f4bdb07128cc8

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/97d7c1c4239f7369c4e290521a6f4bdb07128cc8
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list