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

@ -21,6 +21,7 @@ class SkinDisplay : public QWidget
public slots:
virtual void setPixmaps(Skin *skin);
void fileOpen (void);
protected:
void mousePressEvent (QMouseEvent *);