diff options
| author | Frank Reininghaus <[email protected]> | 2013-07-29 23:16:58 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-07-29 23:16:58 +0200 |
| commit | 8552eb5d757a6f75128bdde334c84903aed83cf5 (patch) | |
| tree | 0891b22c9f7a246a9fcc3b5d654aeb0b3f60d620 /src/kitemviews | |
| parent | 611c935e033bf69895c5a7fd9f96381926c1c82b (diff) | |
| parent | 09bf5b66dc5136885c36e6b702047d56b627770d (diff) | |
Merge remote-tracking branch 'origin/KDE/4.11'
Diffstat (limited to 'src/kitemviews')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodel.cpp b/src/kitemviews/kfileitemmodel.cpp index d174cf67f..1b4911dec 100644 --- a/src/kitemviews/kfileitemmodel.cpp +++ b/src/kitemviews/kfileitemmodel.cpp @@ -702,7 +702,7 @@ void KFileItemModel::resortAllItems() QList<int> movedToIndexes; movedToIndexes.reserve(itemCount); for (int i = 0; i < itemCount; i++) { - const int newIndex = m_items.value(oldUrls.at(i).url()); + const int newIndex = m_items.value(oldUrls.at(i)); movedToIndexes.append(newIndex); } |
