diff options
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; } |
