diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-01 11:16:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-01 11:16:56 +0000 |
| commit | 9a26d9b1c35ea1f76fd0a5b5daefa8e73115f043 (patch) | |
| tree | 5842f870c78f602e2c2039011cdbcb6d5ecab0eb /src/qmmpui/playlistgroup.h | |
| parent | 18fc53f886bdb3799ffea7b0906abfdbd8b62064 (diff) | |
| download | qmmp-9a26d9b1c35ea1f76fd0a5b5daefa8e73115f043.tar.gz qmmp-9a26d9b1c35ea1f76fd0a5b5daefa8e73115f043.tar.bz2 qmmp-9a26d9b1c35ea1f76fd0a5b5daefa8e73115f043.zip | |
added multicolumn support to the PlayListTrack class
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4750 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistgroup.h')
| -rw-r--r-- | src/qmmpui/playlistgroup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlistgroup.h b/src/qmmpui/playlistgroup.h index 2a9f3be3a..8db56c1ed 100644 --- a/src/qmmpui/playlistgroup.h +++ b/src/qmmpui/playlistgroup.h @@ -43,8 +43,9 @@ public: virtual ~PlayListGroup(); /*! * Returns formatted title of the group. + * @param column Number of column (unused). */ - const QString formattedTitle(); + const QString formattedTitle(int column = 0); /*! * Returns \b true if the group contains track \b track. * Otherwise returns \b false. |
