Clean-up of signals and move fileOpen to SkinDisplay class
This commit is contained in:
parent
f2914f4594
commit
d57ebf91a0
8 changed files with 28 additions and 30 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue