OTHER: Some cleanups
This commit is contained in:
parent
54cb2086ee
commit
1fe1c8f9be
9 changed files with 31 additions and 44 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue