vlc | branch: master | Romain Vimont <[email protected]> | Mon Nov  9 10:58:10 
2020 +0100| [0a9bc45c91c1cadd1cf5ae58016367c0577fa3de] | committer: Alexandre 
Janniaux

qt: medialib: change list visibility to private

Signed-off-by: Alexandre Janniaux <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a9bc45c91c1cadd1cf5ae58016367c0577fa3de
---

 modules/gui/qt/medialibrary/mlbasemodel.hpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/gui/qt/medialibrary/mlbasemodel.hpp 
b/modules/gui/qt/medialibrary/mlbasemodel.hpp
index e7bf9e1327..50e4f04692 100644
--- a/modules/gui/qt/medialibrary/mlbasemodel.hpp
+++ b/modules/gui/qt/medialibrary/mlbasemodel.hpp
@@ -300,10 +300,7 @@ private:
     virtual std::vector<std::unique_ptr<T>> fetch() = 0;
     virtual void thumbnailUpdated( int ) {}
 
-protected:
     mutable std::vector<std::unique_ptr<T>> m_item_list;
-
-private:
     mutable bool m_initialized;
     mutable size_t m_total_count;
 };

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to