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

@ -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");