Add the last skin parts to the items hash.
This commit is contained in:
parent
3f0f64c888
commit
d5371d3d2b
2 changed files with 19 additions and 10 deletions
5
Skin.h
5
Skin.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue