diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-16 12:45:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-16 12:45:41 +0000 |
| commit | 935e31e01dcd5d680d6dda4b3fd9136649436f39 (patch) | |
| tree | 72770616f1a8eac62f10604621a79ae6522411f8 /src/qmmpui/detailsdialog.h | |
| parent | 1a24a61265d498ab3948c79c99efdc53f576dc61 (diff) | |
| download | qmmp-935e31e01dcd5d680d6dda4b3fd9136649436f39.tar.gz qmmp-935e31e01dcd5d680d6dda4b3fd9136649436f39.tar.bz2 qmmp-935e31e01dcd5d680d6dda4b3fd9136649436f39.zip | |
enabled support for streams
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1226 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 ce3dd7bff..26f70533f 100644 --- a/src/qmmpui/detailsdialog.h +++ b/src/qmmpui/detailsdialog.h @@ -52,6 +52,7 @@ private: QString m_path; QString formatRow(const QString key, const QString value); MetaDataModel *m_metaDataModel; + AbstractPlaylistItem *m_item; }; |
