diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-30 13:41:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-30 13:41:50 +0000 |
| commit | 195d573dfd2a1b20b0e61aa5612aafeee852c352 (patch) | |
| tree | a3e9e1cb7b576a5d602146560f5f41e77f4caf03 /src/qmmpui/qmmpui.pro | |
| parent | 08545e3aedf6c46db79e7e513a9d1aaa35254884 (diff) | |
| download | qmmp-195d573dfd2a1b20b0e61aa5612aafeee852c352.tar.gz qmmp-195d573dfd2a1b20b0e61aa5612aafeee852c352.tar.bz2 qmmp-195d573dfd2a1b20b0e61aa5612aafeee852c352.zip | |
prepare for api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5043 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index c2c7ff6de..0025f3a0e 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -71,7 +71,8 @@ HEADERS += general.h \ playlisttask_p.h \ metadataformatter.h \ columneditor_p.h \ - playlistheadermodel.h + playlistheadermodel.h \ + metadatahelper_p.h SOURCES += general.cpp \ playlistparser.cpp \ @@ -107,7 +108,8 @@ SOURCES += general.cpp \ playlisttask.cpp \ metadataformatter.cpp \ columneditor.cpp \ - playlistheadermodel.cpp + playlistheadermodel.cpp \ + metadatahelper.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ |
