diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-13 18:14:00 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-13 18:14:00 +0000 |
| commit | 43ee25ac78884c3c579a555fee589f3677ea7f21 (patch) | |
| tree | 313df92c490392b1e501b2cc27bc220335f938fc /src/ui/ui.pro | |
| parent | 2d3e4370a6b7729a30b833aa72c79b6a9d2afdb6 (diff) | |
| download | qmmp-43ee25ac78884c3c579a555fee589f3677ea7f21.tar.gz qmmp-43ee25ac78884c3c579a555fee589f3677ea7f21.tar.bz2 qmmp-43ee25ac78884c3c579a555fee589f3677ea7f21.zip | |
moved playlist model to libqmmpui
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@679 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/ui.pro')
| -rw-r--r-- | src/ui/ui.pro | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/ui.pro b/src/ui/ui.pro index 5bda93a6f..a9391b9a1 100644 --- a/src/ui/ui.pro +++ b/src/ui/ui.pro @@ -12,7 +12,6 @@ FORMS += ./forms/configdialog.ui \ ./forms/addurldialog.ui HEADERS += mainwindow.h \ - fileloader.h \ button.h \ display.h \ skin.h \ @@ -21,7 +20,6 @@ HEADERS += mainwindow.h \ number.h \ playlist.h \ listwidget.h \ - playlistmodel.h \ pixmapwidget.h \ playlisttitlebar.h \ configdialog.h \ @@ -60,12 +58,10 @@ HEADERS += mainwindow.h \ titlebarcontrol.h \ shadedvisual.h \ shadedbar.h \ - playlistitem.h \ builtincommandlineoption.h SOURCES += mainwindow.cpp \ mp3player.cpp \ - fileloader.cpp \ button.cpp \ display.cpp \ skin.cpp \ @@ -74,7 +70,6 @@ SOURCES += mainwindow.cpp \ number.cpp \ playlist.cpp \ listwidget.cpp \ - playlistmodel.cpp \ pixmapwidget.cpp \ playlisttitlebar.cpp \ configdialog.cpp \ @@ -94,7 +89,6 @@ SOURCES += mainwindow.cpp \ pluginitem.cpp \ volumebar.cpp \ balancebar.cpp \ - playstate.cpp \ symboldisplay.cpp \ playlistcontrol.cpp \ qmmpstarter.cpp \ @@ -111,7 +105,6 @@ SOURCES += mainwindow.cpp \ titlebarcontrol.cpp \ shadedvisual.cpp \ shadedbar.cpp \ - playlistitem.cpp \ builtincommandlineoption.cpp #Some conf to redirect intermediate stuff in separate dirs |
