Added the volume slider, and made the Skin loader a bit more robust in the face
of garbage/moved/deleted skins.
This commit is contained in:
parent
d7eede1737
commit
73e283cc48
7 changed files with 685 additions and 273 deletions
|
@ -24,7 +24,8 @@ SOURCES += XmmsQT4.cpp \
|
|||
MediaArtistList.cpp \
|
||||
MediaAlbumList.cpp \
|
||||
MediaSongList.cpp \
|
||||
PlaylistMenu.cpp
|
||||
PlaylistMenu.cpp \
|
||||
VolumeSlider.cpp
|
||||
|
||||
HEADERS += XmmsQT4.h \
|
||||
PixWidget.h \
|
||||
|
@ -52,7 +53,8 @@ HEADERS += XmmsQT4.h \
|
|||
MediaArtistList.h \
|
||||
MediaAlbumList.h \
|
||||
MediaSongList.h \
|
||||
PlaylistMenu.h
|
||||
PlaylistMenu.h \
|
||||
VolumeSlider.h
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue