Commit 924bda62 authored by Rémi Duraffort's avatar Rémi Duraffort

Hum sorry stupid debugging message.

parent 4e9597b8
...@@ -101,7 +101,6 @@ void SPrefsCatList::switchPanel( int i ) ...@@ -101,7 +101,6 @@ void SPrefsCatList::switchPanel( int i )
SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
int _number ) : QWidget( _parent ), p_intf( _p_intf ) int _number ) : QWidget( _parent ), p_intf( _p_intf )
{ {
printf( "SPrefsPanel::SPrefsPanel\n" );
module_config_t *p_config; module_config_t *p_config;
ConfigControl *control; ConfigControl *control;
number = _number; number = _number;
......
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