From b44d843f24cd7c2f8dd4cd76b5385507dc7b02b8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 29 Apr 2014 11:11:54 +0000 Subject: fixed api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4270 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistgroup.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/qmmpui/playlistgroup.cpp') diff --git a/src/qmmpui/playlistgroup.cpp b/src/qmmpui/playlistgroup.cpp index 3951fd035..1278b200a 100644 --- a/src/qmmpui/playlistgroup.cpp +++ b/src/qmmpui/playlistgroup.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 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 * @@ -89,6 +89,11 @@ int PlayListGroup::count() const return m_tracks.count(); } +bool PlayListGroup::isGroup() const +{ + return true; +} + void PlayListGroup::move(int from, int to) { m_tracks.move(from, to); -- cgit v1.2.3-13-gbd6f