diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-02 10:10:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-02 10:10:49 +0000 |
| commit | 264f3ddbe777c212620a2e5c66c1b9f358f833e7 (patch) | |
| tree | 6db54ed8111453e687c6ce8569cadf37df2f8c27 /src/qmmpui/qmmpui.pro | |
| parent | 8eccc97170a4ea592aa3fe38fed1294e86df0b1c (diff) | |
| download | qmmp-264f3ddbe777c212620a2e5c66c1b9f358f833e7.tar.gz qmmp-264f3ddbe777c212620a2e5c66c1b9f358f833e7.tar.bz2 qmmp-264f3ddbe777c212620a2e5c66c1b9f358f833e7.zip | |
enabled new metadata formatter
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4710 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 58e9d2aa3..ebccd9594 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -49,7 +49,6 @@ HEADERS += general.h \ detailsdialog.h \ tageditor_p.h \ playlistmanager.h \ - metadataformatter.h \ templateeditor.h \ uifactory.h \ uiloader.h \ @@ -70,7 +69,7 @@ HEADERS += general.h \ groupedcontainer_p.h \ normalcontainer_p.h \ playlisttask_p.h \ - metadataformatter2.h + metadataformatter.h SOURCES += general.cpp \ playlistparser.cpp \ @@ -85,7 +84,6 @@ SOURCES += general.cpp \ detailsdialog.cpp \ tageditor.cpp \ playlistmanager.cpp \ - metadataformatter.cpp \ templateeditor.cpp \ uiloader.cpp \ uihelper.cpp \ @@ -105,7 +103,7 @@ SOURCES += general.cpp \ normalcontainer.cpp \ playlistcontainer.cpp \ playlisttask.cpp \ - metadataformatter2.cpp + metadataformatter.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ @@ -150,7 +148,6 @@ unix { mediaplayer.h \ detailsdialog.h \ playlistmanager.h \ - metadataformatter.h \ templateeditor.h \ uifactory.h \ uiloader.h \ |
