diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-26 09:34:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-09-26 09:34:42 +0000 |
| commit | a3f5bd5887248dc7c549632957b26ecfa9ea1f40 (patch) | |
| tree | 0d568da87da89ab494ea7ec6a94048cf2a30939c /src/qmmpui/qmmpui.pro | |
| parent | 4da0809944474ccd059d0ab89d17f500c8d8d8ea (diff) | |
| download | qmmp-a3f5bd5887248dc7c549632957b26ecfa9ea1f40.tar.gz qmmp-a3f5bd5887248dc7c549632957b26ecfa9ea1f40.tar.bz2 qmmp-a3f5bd5887248dc7c549632957b26ecfa9ea1f40.zip | |
api changes: removed AbstractPlaylistItem class
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1915 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 367616ecd..14facd71a 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -28,7 +28,6 @@ HEADERS += general.h \ filedialog.h \ filedialogfactory.h \ qtfiledialog.h \ - abstractplaylistitem.h \ playlistitem.h \ playlistmodel.h \ playstate.h \ @@ -46,7 +45,6 @@ SOURCES += general.cpp \ commandlinemanager.cpp \ filedialog.cpp \ qtfiledialog.cpp \ - abstractplaylistitem.cpp \ playlistmodel.cpp \ playstate.cpp \ playlistitem.cpp \ @@ -78,7 +76,7 @@ TRANSLATIONS = translations/libqmmpui_ru.ts \ translations/libqmmpui_ja.ts \ translations/libqmmpui_es.ts unix { - devel.files += abstractplaylistitem.h \ + devel.files += \ generalfactory.h \ generalhandler.h \ playlistformat.h \ @@ -87,7 +85,6 @@ unix { commandlineoption.h \ filedialog.h \ filedialogfactory.h \ - abstractplaylistitem.h \ playlistitem.h \ playlistmodel.h \ mediaplayer.h \ |
