[vlc-commits] Qt: remove property macro.
Francois Cartegnie
git at videolan.org
Sun Dec 30 20:52:32 CET 2012
vlc | branch: master | Francois Cartegnie <fcvlcdev at 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 * );
More information about the vlc-commits
mailing list