Added playlist buttons and enabled addDir and addFile

This commit is contained in:
Tobias Rundstrom 2006-03-12 01:19:01 -04:00
parent 0c5593076a
commit 77f9088231
8 changed files with 475 additions and 8 deletions

View file

@ -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