diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-28 19:58:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-28 19:58:56 +0000 |
| commit | 48e1a9a6ee0f282c688072c2622c6756800fbc1c (patch) | |
| tree | bbb7b95bf0ab2f6ef5b49992a8442d233cb1d9ad /src/qmmpui/playlisttrack.h | |
| parent | d070edaee5fadeec66e44d2add8fdebe0bac983f (diff) | |
| download | qmmp-48e1a9a6ee0f282c688072c2622c6756800fbc1c.tar.gz qmmp-48e1a9a6ee0f282c688072c2622c6756800fbc1c.tar.bz2 qmmp-48e1a9a6ee0f282c688072c2622c6756800fbc1c.zip | |
added ColumnManager class, reverted previous commit
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4746 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlisttrack.h')
| -rw-r--r-- | src/qmmpui/playlisttrack.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qmmpui/playlisttrack.h b/src/qmmpui/playlisttrack.h index aa7ab59fb..810be411a 100644 --- a/src/qmmpui/playlisttrack.h +++ b/src/qmmpui/playlisttrack.h @@ -52,9 +52,8 @@ public: virtual ~PlayListTrack(); /*! * Returns formatted title of the item. - * @param column Number of column. */ - const QString formattedTitle(int column = 0); + const QString formattedTitle(); /*! * Returns formatted length of the item. */ |
