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,6 @@ class MainDisplay : public SkinDisplay
void setStatus (uint status);
void setPlaytime (uint time);
void setMediainfo (QHash<QString,QString>);
void fileOpen (void);
protected:
void SetupPushButtons (void);