diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-20 13:26:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-20 13:26:50 +0000 |
| commit | bfda47d04f9f520638f652bdb7fffb6de3dfd992 (patch) | |
| tree | 1badb4be189a5d2586c9f7e83e9c0295216aefa0 /src | |
| parent | c0ec7b365b90a5b4a5008546dd5bc35795351319 (diff) | |
| download | qmmp-bfda47d04f9f520638f652bdb7fffb6de3dfd992.tar.gz qmmp-bfda47d04f9f520638f652bdb7fffb6de3dfd992.tar.bz2 qmmp-bfda47d04f9f520638f652bdb7fffb6de3dfd992.zip | |
fixed build with Qt 4.4
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1388 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmpui/playlistmodel.cpp | 2 |
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(); |
