diff options
| author | Peter Penz <[email protected]> | 2012-05-26 13:46:10 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-26 13:46:30 +0200 |
| commit | e76ec71536d7b2a82b22e20474838a244a4bb8d6 (patch) | |
| tree | 6192106fb15f22b4d82855523a915d3b832b776c /src/kitemviews | |
| parent | 073f8cae13f2637c0bf2f5611295e103418d52ff (diff) | |
Minor coding style fixes
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 9f92d8a81..62881e132 100644 --- a/src/kitemviews/kfileitemmodel.cpp +++ b/src/kitemviews/kfileitemmodel.cpp @@ -653,7 +653,7 @@ void KFileItemModel::slotCompleted() // Note that the parent folder must be expanded before any of its subfolders become visible. // Therefore, some URLs in m_restoredExpandedUrls might not be visible yet // -> we expand the first visible URL we find in m_restoredExpandedUrls. - foreach(const KUrl& url, m_urlsToExpand) { + foreach (const KUrl& url, m_urlsToExpand) { const int index = m_items.value(url, -1); if (index >= 0) { m_urlsToExpand.remove(url); |
