vlc | branch: master | Francois Cartegnie <fcvlc...@free.fr> | Sun Dec 30 
20:23:49 2012 +0100| [176df713dfa43e1457c8d1f037cc129188ecc359] | committer: 
Francois Cartegnie

Qt: remove property macro.

According to Qt, props must have a read method

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

 modules/gui/qt4/components/complete_preferences.hpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/qt4/components/complete_preferences.hpp 
b/modules/gui/qt4/components/complete_preferences.hpp
index 3e6658c..acf4823 100644
--- a/modules/gui/qt4/components/complete_preferences.hpp
+++ b/modules/gui/qt4/components/complete_preferences.hpp
@@ -67,7 +67,6 @@ Q_DECLARE_METATYPE( PrefsItemData* );
 class PrefsTree : public QTreeWidget
 {
     Q_OBJECT
-    Q_PROPERTY( bool b_show_only_loaded WRITE setLoadedOnly )
 
 public:
     PrefsTree( intf_thread_t *, QWidget * );

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to