aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlisttrack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/playlisttrack.h')
-rw-r--r--src/qmmpui/playlisttrack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlisttrack.h b/src/qmmpui/playlisttrack.h
index 73ac63cde..4c0fe9d2d 100644
--- a/src/qmmpui/playlisttrack.h
+++ b/src/qmmpui/playlisttrack.h
@@ -28,6 +28,7 @@
class QmmpUiSettings;
class PlayListHeaderModel;
+class MetaDataHelper;
/** @brief The PlayListTrack class provides a track for use with the PlayListModel class.
* @author Ilya Kotov <forkotov02@hotmail.ru>
@@ -117,7 +118,7 @@ private:
qint64 m_length;
int m_refCount;
bool m_sheduledForDeletion;
- PlayListHeaderModel *m_columnManager;
+ MetaDataHelper *m_helper;
};
#endif