Commit 4293ad80 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: complete prefs: missing initial value

parent 9322e135
......@@ -53,6 +53,7 @@
PrefsTree::PrefsTree( intf_thread_t *_p_intf, QWidget *_parent ) :
QTreeWidget( _parent ), p_intf( _p_intf )
{
b_show_only_loaded = false;
/* General Qt options */
setAlternatingRowColors( true );
setHeaderHidden( true );
......
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