aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmpui/playlistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp
index 7d0d339b0..6934c2c42 100644
--- a/src/qmmpui/playlistmodel.cpp
+++ b/src/qmmpui/playlistmodel.cpp
@@ -127,7 +127,7 @@ void PlayListModel::add(QList <PlayListItem *> items)
foreach(PlayListItem *item, items)
m_total_length += item->length();
- m_items.append(items);
+ m_items << items;
if (m_items.size() == items.size())
emit firstAdded();