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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/qmmpui/playlisttrack.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlisttrack.cpp b/src/qmmpui/playlisttrack.cpp index b9262c72b..f1c8d2fca 100644 --- a/src/qmmpui/playlisttrack.cpp +++ b/src/qmmpui/playlisttrack.cpp @@ -126,8 +126,9 @@ bool PlayListTrack::isUsed() const return (m_refCount != 0); } -const QString PlayListTrack::formattedTitle() +const QString PlayListTrack::formattedTitle(int column) { + Q_UNUSED(column); if(m_formattedTitle.isEmpty() || m_titleFormat != m_settings->titleFormat()) { m_titleFormat = m_settings->titleFormat(); |
