diff options
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index 19006f167..16f460716 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -84,7 +84,9 @@ public: * \b i must be a valid index position in the list (i.e., 0 <= i < count()). */ PlayListModel *playListAt(int i) const; - + /*! + * Returns playlist header model. + */ PlayListHeaderModel *headerModel(); signals: @@ -117,7 +119,6 @@ signals: */ void playListsChanged(); - public slots: /*! * Selects playlist \b model. |
