aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/detailsdialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-12-05 07:13:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-12-05 07:13:13 +0000
commitce2050265bd759145590904ce21ef43b3a7fbe45 (patch)
tree185ecb9396e20411a265d52cbc76f9816383bd7f /src/qmmpui/detailsdialog.h
parent56157314ca6616d0af7e5406c243c4ef1ebdb03f (diff)
downloadqmmp-ce2050265bd759145590904ce21ef43b3a7fbe45.tar.gz
qmmp-ce2050265bd759145590904ce21ef43b3a7fbe45.tar.bz2
qmmp-ce2050265bd759145590904ce21ef43b3a7fbe45.zip
fixed conflict with open files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3941 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
-rw-r--r--src/qmmpui/detailsdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/detailsdialog.h b/src/qmmpui/detailsdialog.h
index 53bc3d657..eeb1efc0c 100644
--- a/src/qmmpui/detailsdialog.h
+++ b/src/qmmpui/detailsdialog.h
@@ -67,6 +67,7 @@ private:
MetaDataModel *m_metaDataModel;
PlayListTrack *m_track;
QList<PlayListTrack *> m_tracks;
+ QMap <Qmmp::MetaData, QString> m_metaData;
int m_page;
};