diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-12-05 07:13:13 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-12-05 07:13:13 +0000 |
| commit | ce2050265bd759145590904ce21ef43b3a7fbe45 (patch) | |
| tree | 185ecb9396e20411a265d52cbc76f9816383bd7f /src/qmmpui/detailsdialog.h | |
| parent | 56157314ca6616d0af7e5406c243c4ef1ebdb03f (diff) | |
| download | qmmp-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.h | 1 |
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; }; |
