diff options
Diffstat (limited to 'src/qmmpui/playlistitem.h')
| -rw-r--r-- | src/qmmpui/playlistitem.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index cfe9ca1f3..b5af7384d 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -64,13 +64,12 @@ public: */ virtual bool isGroup() const = 0; - void setTrackIndex(int number); + virtual void setTrackIndex(int number); - int trackIndex() const; + virtual int trackIndex() const; private: bool m_selected; - int m_track_index; }; #endif |
