OTHER: Some cleanups

This commit is contained in:
Thomas Frauendorfer 2008-10-20 03:48:34 +02:00
parent 54cb2086ee
commit 1fe1c8f9be
9 changed files with 31 additions and 44 deletions

View file

@ -57,8 +57,7 @@ PlaylistControls::PlaylistControls (QWidget *parent) : QWidget (parent)
connect (button, SIGNAL (clicked ()), this, SIGNAL (eject ()));
m_timedisplay = new SmallTimeDisplay (this);
m_timedisplay->move (69, 23);
// m_timedisplay->hide ();
m_timedisplay->move (68, 23);
connect (m_timedisplay, SIGNAL (clicked ()),
this, SIGNAL (toggleTime ()));
connect (this, SIGNAL (setDisplayTime (int)),