diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-12 16:43:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-12 16:43:53 +0000 |
| commit | ae33fdc0a3898d45896d4670f64e140deb78e35c (patch) | |
| tree | 5d4fc6174ae957562d50c58890f583f28d1dec78 /src/qmmpui/playlistmodel.h | |
| parent | 657434a5ec73229ba4211127dce4eef6ff1a8bc9 (diff) | |
| download | qmmp-ae33fdc0a3898d45896d4670f64e140deb78e35c.tar.gz qmmp-ae33fdc0a3898d45896d4670f64e140deb78e35c.tar.bz2 qmmp-ae33fdc0a3898d45896d4670f64e140deb78e35c.zip | |
playlist format api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@843 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 500182ce1..e22334b07 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -72,7 +72,8 @@ struct SimpleSelection int m_anchor; QList<int>m_selected_rows; }; -/*! @brief Helper class used for tags update after details dialog closing. +/*! @internal + * @brief Helper class used for tags update after details dialog closing. * * @author Vladimir Kuznetsov <vovanec@gmail.com> */ @@ -88,7 +89,7 @@ public: protected slots: void updateTag(); }; -/*! @brief This class provides a data model for the playlist. +/*! @brief The PlayListModel class provides a data model for the playlist. * * @author Vladimir Kuznetsov <vovanec@gmail.com> * @author Ilya Kotov <forkotov02@hotmail.ru> @@ -410,8 +411,8 @@ public slots: void setUseMetadata(bool enabled); /*! * Sets short title format - * @param format title format. (Expressions: %p - artist, %a - album, %t - title, %n - track, - * %g - genre, %f - file name, %F - full path, %y - year) + * @param format title format. (Expressions: "%p" - artist, "%a" - album, "%t" - title, "%n" - track, + * "%g" - genre, "%f" - file name, "%F" - full path, "%y" - year) */ void setFormat(const QString &format); |
