Added playlist buttons and enabled addDir and addFile
This commit is contained in:
parent
0c5593076a
commit
77f9088231
8 changed files with 475 additions and 8 deletions
|
@ -23,7 +23,8 @@ SOURCES += XmmsQT4.cpp \
|
|||
SettingsWindow.cpp \
|
||||
MediaArtistList.cpp \
|
||||
MediaAlbumList.cpp \
|
||||
MediaSongList.cpp
|
||||
MediaSongList.cpp \
|
||||
PlaylistMenu.cpp
|
||||
|
||||
HEADERS += XmmsQT4.h \
|
||||
PixWidget.h \
|
||||
|
@ -50,7 +51,8 @@ HEADERS += XmmsQT4.h \
|
|||
SettingsWindow.h \
|
||||
MediaArtistList.h \
|
||||
MediaAlbumList.h \
|
||||
MediaSongList.h
|
||||
MediaSongList.h \
|
||||
PlaylistMenu.h
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue