Clean-up of signals and move fileOpen to SkinDisplay class

This commit is contained in:
Tobias Rundstrom 2006-03-11 15:57:19 -03:00
parent f2914f4594
commit d57ebf91a0
8 changed files with 28 additions and 30 deletions

View file

@ -49,7 +49,7 @@ ShadedDisplay::ShadedDisplay (QWidget *parent) : SkinDisplay (parent)
m_eject = new Button (this);
m_eject->move(216, 4);
m_eject->resize (9, 7);
connect (m_eject, SIGNAL(clicked()), xmmsh, SLOT(fileOpen()));
connect (m_eject, SIGNAL(clicked()), this, SLOT(fileOpen()));
connect (xmmsh, SIGNAL(playbackStatusChanged(uint)),
this, SLOT(setStatus(uint)));