diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-08 11:35:24 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-08 11:35:24 +0000 |
| commit | 3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f (patch) | |
| tree | fae6c259aefc6dab195169cc97f9ff6cd009ca60 /src/qmmpui/playlisttrack.h | |
| parent | a075067f0b9e9b226e624d3d6c0afca26a88bb2b (diff) | |
| download | qmmp-3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f.tar.gz qmmp-3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f.tar.bz2 qmmp-3f0ae181b1e8d2cc7b6ec137fa7d0ff99545330f.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4829 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlisttrack.h')
| -rw-r--r-- | src/qmmpui/playlisttrack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/playlisttrack.h b/src/qmmpui/playlisttrack.h index 71966a2d4..73ac63cde 100644 --- a/src/qmmpui/playlisttrack.h +++ b/src/qmmpui/playlisttrack.h @@ -27,7 +27,7 @@ #include "playlistitem.h" class QmmpUiSettings; -class ColumnManager; +class PlayListHeaderModel; /** @brief The PlayListTrack class provides a track for use with the PlayListModel class. * @author Ilya Kotov <forkotov02@hotmail.ru> @@ -117,7 +117,7 @@ private: qint64 m_length; int m_refCount; bool m_sheduledForDeletion; - ColumnManager *m_columnManager; + PlayListHeaderModel *m_columnManager; }; #endif |
