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/playlistgroup.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/playlistgroup.cpp')
| -rw-r--r-- | src/qmmpui/playlistgroup.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmpui/playlistgroup.cpp b/src/qmmpui/playlistgroup.cpp index ad3a5bc16..ede365d89 100644 --- a/src/qmmpui/playlistgroup.cpp +++ b/src/qmmpui/playlistgroup.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2014 by Ilya Kotov * + * Copyright (C) 2013-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -38,8 +38,9 @@ PlayListGroup::~PlayListGroup() } } -const QString PlayListGroup::formattedTitle() +const QString PlayListGroup::formattedTitle(int column) { + Q_UNUSED(column); return m_name; } |
