diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 2bd81eea4..769b55dc8 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -128,6 +128,7 @@ public: */ PlayListItem* item(int index) const; PlayListTrack* track(int index) const; + PlayListGroup* group(int index) const; /*! * Returns index of the current item. */ @@ -147,6 +148,8 @@ public: bool isTrack(int index) const; + bool isGroup(int index) const; + /*! * Returns \b true if item with \b index is selected, otherwise returns \b false */ |
