diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-17 17:45:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-07-17 17:45:42 +0000 |
| commit | 0d388c78e8cb52ce8030fa635c6222ce11244dcd (patch) | |
| tree | 4b52d11306d1f3bfee8b0915e34d571bd7797ed0 /src/qmmpui/playlistitem.h | |
| parent | 178b0feca97ea4b75bbf37978a74e0cccfff5695 (diff) | |
| download | qmmp-0d388c78e8cb52ce8030fa635c6222ce11244dcd.tar.gz qmmp-0d388c78e8cb52ce8030fa635c6222ce11244dcd.tar.bz2 qmmp-0d388c78e8cb52ce8030fa635c6222ce11244dcd.zip | |
removed useless code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3554 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistitem.h')
| -rw-r--r-- | src/qmmpui/playlistitem.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index 6cb8dbb84..ab8b4170d 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -70,14 +70,6 @@ public: */ bool isSelected() const; /*! - * It is used by PlayListModel class. - */ - void setCurrent(bool yes); - /*! - * Returns \b true if the item is the current item; otherwise returns returns \b false. - */ - bool isCurrent() const; - /*! * Returns current state of the playlist item. */ FLAGS flag() const; @@ -120,13 +112,14 @@ public: */ void updateTags(); + const QString groupName() const; + private: void readMetadata(); QString m_formattedTitle; QString m_formattedLength; FileInfo *m_info; bool m_selected; - bool m_current; FLAGS m_flag; qint64 m_length; }; |
