diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-03-09 19:36:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-03-09 19:36:12 +0000 |
| commit | 012d7dab72fdcac72381db2493882eace82f8095 (patch) | |
| tree | 75f7607d340b8921ee82b48fdd9747b7cbacb922 /src/qmmpui/qmmpui.pro | |
| parent | ec3164f83ee035abeefabcc69936db0a3b245f1c (diff) | |
| download | qmmp-012d7dab72fdcac72381db2493882eace82f8095.tar.gz qmmp-012d7dab72fdcac72381db2493882eace82f8095.tar.bz2 qmmp-012d7dab72fdcac72381db2493882eace82f8095.zip | |
added cover tab to the track details dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7083 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 2c91c593c..91b78321c 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -70,7 +70,8 @@ HEADERS += general.h \ metadataformatter.h \ columneditor_p.h \ playlistheadermodel.h \ - metadatahelper_p.h + metadatahelper_p.h \ + coverviewer_p.h SOURCES += general.cpp \ playlistparser.cpp \ @@ -107,7 +108,8 @@ SOURCES += general.cpp \ metadataformatter.cpp \ columneditor.cpp \ playlistheadermodel.cpp \ - metadatahelper.cpp + metadatahelper.cpp \ + coverviewer.cpp FORMS += forms/detailsdialog.ui \ forms/tageditor.ui \ |
