Implement creation, deletion and switching of playlists (Idlists)
This commit is contained in:
parent
0da2995880
commit
d93f2ee188
14 changed files with 517 additions and 3 deletions
|
@ -8,6 +8,7 @@ OBJECTS_DIR = .obj
|
|||
SOURCES += xclient.cpp \
|
||||
xclientcache.cpp \
|
||||
xconfig.cpp \
|
||||
xcollection.cpp \
|
||||
playlistmodel.cpp \
|
||||
xmmsqt4.cpp
|
||||
|
||||
|
@ -15,6 +16,7 @@ SOURCES += xclient.cpp \
|
|||
HEADERS += xclient.h \
|
||||
xclientcache.h \
|
||||
xconfig.h \
|
||||
xcollection.h \
|
||||
playlistmodel.h \
|
||||
xmmsqt4.h \
|
||||
debug.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue