diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-07 20:31:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-07 20:31:50 +0000 |
| commit | 967946a0a567bf3b763fb559459f43250d013567 (patch) | |
| tree | 027703818098481b46da7f53b32178080af819ad /src/qmmpui/playlistmodel.h | |
| parent | b6f3b42adb9481ab7863cf99b709c93621ca2e34 (diff) | |
| download | qmmp-967946a0a567bf3b763fb559459f43250d013567.tar.gz qmmp-967946a0a567bf3b763fb559459f43250d013567.tar.bz2 qmmp-967946a0a567bf3b763fb559459f43250d013567.zip | |
added support for additional tags
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1112 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 6b838f9c1..0df987e55 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -418,7 +418,8 @@ public slots: /*! * 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) + * "%g" - genre, "%c" - comment, "%C" - composer, "%D" - disc number "%f" - file name, " + * %F" - full path, "%y" - year) */ void setFormat(const QString &format); /*! |
