diff options
Diffstat (limited to 'src/qmmpui/playlistgroup.cpp')
| -rw-r--r-- | src/qmmpui/playlistgroup.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
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); |
