diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-26 12:25:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-26 12:25:17 +0000 |
| commit | d070edaee5fadeec66e44d2add8fdebe0bac983f (patch) | |
| tree | d576e2910c7e43e3bcd9ab8e1bdd80c853369afe /src/qmmpui/playlisttrack.h | |
| parent | b3cf3f1f97796cb760a5ca9f1bf7e493a20b0ef9 (diff) | |
| download | qmmp-d070edaee5fadeec66e44d2add8fdebe0bac983f.tar.gz qmmp-d070edaee5fadeec66e44d2add8fdebe0bac983f.tar.bz2 qmmp-d070edaee5fadeec66e44d2add8fdebe0bac983f.zip | |
prepare for multicolumn support implementation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4745 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlisttrack.h')
| -rw-r--r-- | src/qmmpui/playlisttrack.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlisttrack.h b/src/qmmpui/playlisttrack.h index 810be411a..aa7ab59fb 100644 --- a/src/qmmpui/playlisttrack.h +++ b/src/qmmpui/playlisttrack.h @@ -52,8 +52,9 @@ public: virtual ~PlayListTrack(); /*! * Returns formatted title of the item. + * @param column Number of column. */ - const QString formattedTitle(); + const QString formattedTitle(int column = 0); /*! * Returns formatted length of the item. */ |
