diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-01 12:24:10 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-01 12:24:10 +0000 |
| commit | 88fcd14d3687d15752c1db308a81e7264745d56c (patch) | |
| tree | 6890fbe3d53b6135ee4492927e4f8c1469b58e51 /src/qmmpui/playlistmanager.h | |
| parent | 692bbe753c3c322536fd4f45e226985299698bb3 (diff) | |
| download | qmmp-88fcd14d3687d15752c1db308a81e7264745d56c.tar.gz qmmp-88fcd14d3687d15752c1db308a81e7264745d56c.tar.bz2 qmmp-88fcd14d3687d15752c1db308a81e7264745d56c.zip | |
fixed api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5299 90c681e8-e032-0410-971d-27865f9a5e38
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. |
