diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-07 14:21:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-07 14:21:23 +0000 |
| commit | 62f1800c82b5f637e1a6037229e66f1ce36dd8d5 (patch) | |
| tree | c8eaee05c6df848824b7b578c64ba323c432fc4d /src/qmmpui/qmmpui.pro | |
| parent | 5a119002d992a47aeca66af31059d3769848d8c6 (diff) | |
| download | qmmp-62f1800c82b5f637e1a6037229e66f1ce36dd8d5.tar.gz qmmp-62f1800c82b5f637e1a6037229e66f1ce36dd8d5.tar.bz2 qmmp-62f1800c82b5f637e1a6037229e66f1ce36dd8d5.zip | |
removed TagUpdater class
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9696 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index c8e4ca2f4..8dbf4b0f8 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -59,7 +59,6 @@ HEADERS += general.h \ playlistdownloader.h \ addurldialog_p.h \ qmmpuiplugincache_p.h \ - tagupdater_p.h \ playlistgroup.h \ playlisttrack.h \ playlistcontainer_p.h \ @@ -88,7 +87,6 @@ SOURCES += general.cpp \ fileloader.cpp \ mediaplayer.cpp \ detailsdialog.cpp \ - tageditor.cpp \ playlistmanager.cpp \ templateeditor.cpp \ uiloader.cpp \ @@ -102,7 +100,6 @@ SOURCES += general.cpp \ playlistdownloader.cpp \ addurldialog.cpp \ qmmpuiplugincache.cpp \ - tagupdater.cpp \ playlistgroup.cpp \ playlisttrack.cpp \ groupedcontainer.cpp \ @@ -118,7 +115,8 @@ SOURCES += general.cpp \ covereditor.cpp \ commandlinehandler.cpp \ generalfactory.cpp \ - cueeditor.cpp + cueeditor.cpp \ + tageditor.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ |
