From ae33fdc0a3898d45896d4670f64e140deb78e35c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 12 Mar 2009 16:43:53 +0000 Subject: playlist format api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@843 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/qmmpui/playlistmodel.h') 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; QListm_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 */ @@ -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 * @author Ilya Kotov @@ -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); -- cgit v1.2.3-13-gbd6f