Add the last skin parts to the items hash.

This commit is contained in:
Daniel Svensson 2006-02-16 19:43:34 +01:00
parent 3f0f64c888
commit d5371d3d2b
2 changed files with 19 additions and 10 deletions

5
Skin.h
View file

@ -151,7 +151,10 @@ class Skin : public QWidget
BTN_NEXT_1,
BTN_EJECT_0,
BTN_EJECT_1,
TEXTBG
TEXTBG,
PIC_PLAY,
PIC_PAUSE,
PIC_STOP,
};
private:
QPixmap *Skin::GetPixmap (string file);