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
|
@ -61,7 +61,7 @@ MedialibWindow::MedialibWindow (QWidget *parent) : QMainWindow (parent)
|
|||
connect (m_http, SIGNAL (requestFinished (int, bool)), this,
|
||||
SLOT (httpDone (int, bool)));
|
||||
connect (m_http, SIGNAL (requestStarted (int)), this,
|
||||
SLOT (httpDone (int)));
|
||||
SLOT (httpStarted (int)));
|
||||
|
||||
/*** artist ***/
|
||||
m_artist = new MediaArtistList (this, "artist");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue