From 48e1a9a6ee0f282c688072c2622c6756800fbc1c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 28 Feb 2015 19:58:56 +0000 Subject: 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 --- src/qmmpui/playlistgroup.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/playlistgroup.cpp') diff --git a/src/qmmpui/playlistgroup.cpp b/src/qmmpui/playlistgroup.cpp index ede365d89..ad3a5bc16 100644 --- a/src/qmmpui/playlistgroup.cpp +++ b/src/qmmpui/playlistgroup.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2015 by Ilya Kotov * + * Copyright (C) 2013-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -38,9 +38,8 @@ PlayListGroup::~PlayListGroup() } } -const QString PlayListGroup::formattedTitle(int column) +const QString PlayListGroup::formattedTitle() { - Q_UNUSED(column); return m_name; } -- cgit v1.2.3-13-gbd6f