]> git.sesse.net Git - vlc/commit
Qt: Playlist, code simplification and factorisation
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 27 Oct 2010 05:12:23 +0000 (07:12 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 27 Oct 2010 05:44:57 +0000 (07:44 +0200)
commitea4ffc6f27c9910e8f5e943595149efaa194ca31
tree562de5ceef56a4e8f7ed6f9aaeb37c97cc960dce
parentd90dc446016d72cbaab9d43be8d877f51b8a0376
Qt: Playlist, code simplification and factorisation

Remove friendship
Factorisation of CoverArt
Reduction of class footprints
virtual and protected correctness
Forward declaration when possible
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/components/playlist/playlist.cpp
modules/gui/qt4/components/playlist/playlist.hpp
modules/gui/qt4/components/playlist/playlist_item.hpp
modules/gui/qt4/components/playlist/playlist_model.cpp
modules/gui/qt4/components/playlist/playlist_model.hpp
modules/gui/qt4/components/playlist/selector.hpp
modules/gui/qt4/components/playlist/standardpanel.cpp
modules/gui/qt4/components/playlist/standardpanel.hpp
modules/gui/qt4/dialogs_provider.cpp