diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-26 21:26:46 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-26 21:26:46 +0000 |
| commit | 0ded49767b9cb8a9b870f10bde72c434453ea43b (patch) | |
| tree | 73c7f4d337acc0d0f8dd10c200b415223ef7db4d /src/ui/CMakeLists.txt | |
| parent | a0bf7877cd6b08b686133861237f5a1e02dad2b3 (diff) | |
| download | qmmp-0ded49767b9cb8a9b870f10bde72c434453ea43b.tar.gz qmmp-0ded49767b9cb8a9b870f10bde72c434453ea43b.tar.bz2 qmmp-0ded49767b9cb8a9b870f10bde72c434453ea43b.zip | |
added PlayListItem class, removed MediaFile
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@388 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 094ef2db7..9ec364004 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -60,7 +60,7 @@ SET(ui_SRCS logscale.cpp mainvisual.cpp mainwindow.cpp - mediafile.cpp + playlistitem.cpp monostereo.cpp mp3player.cpp number.cpp @@ -116,7 +116,7 @@ SET(ui_MOC_HDRS logscale.h mainvisual.h mainwindow.h - mediafile.h + playlistitem.h monostereo.h number.h pixmapwidget.h |
