Commit 176df713 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: remove property macro.

According to Qt, props must have a read method
parent d95f17cb
......@@ -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 * );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment