diff options
Diffstat (limited to 'src/qmmpui/qmmpuisettings.cpp')
| -rw-r--r-- | src/qmmpui/qmmpuisettings.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/qmmpuisettings.cpp b/src/qmmpui/qmmpuisettings.cpp index 37b56ec2c..67e5c0559 100644 --- a/src/qmmpui/qmmpuisettings.cpp +++ b/src/qmmpui/qmmpuisettings.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2012-2014 by Ilya Kotov * + * Copyright (C) 2012-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -146,7 +146,7 @@ void QmmpUiSettings::setGroupFormat(const QString &groupFormat) m_group_format = groupFormat; foreach(PlayListModel *model, PlayListManager::instance()->playLists()) { - model->updateGroups(); + model->rebuildGroups(); } } } |
