Commit 2a517004 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - remove unusefull debug.

parent 3163d138
......@@ -621,21 +621,12 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
VOLUME_MAX / (AOUT_VOLUME_MAX/2) );
/* Volume control connection */
//resize( QSize( 300, 60 ) );
CONNECT( volumeSlider, valueChanged( int ), this, updateVolume( int ) );
msg_Dbg( p_intf, "controls size: %i - %i", size().width(), size().height() );
}
ControlsWidget::~ControlsWidget()
{}
/*
QSize ControlsWidget::sizeHint() const
{
return QSize( 300, 50 );
}
*/
void ControlsWidget::stop()
{
THEMIM->stop();
......
......@@ -149,7 +149,6 @@ class ControlsWidget : public QFrame
public:
/* p_intf, advanced control visible or not, blingbling or not */
ControlsWidget( intf_thread_t *, MainInterface*, bool, bool );
// QSize sizeHint() const;
virtual ~ControlsWidget();
QPushButton *playlistButton;
......
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