┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemmodel.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2013-03-12 19:26:36 +0100
committerFrank Reininghaus <[email protected]>2013-03-12 19:26:36 +0100
commita97fe0c7ffa56ccba8899b773e9e67d94799f9ae (patch)
tree61b7ca79b8da3eb1423ff8b5c39fc7dcaefbb92e /src/kitemviews/kfileitemmodel.h
parentf71e0881d2c0a52c5fa020e3fd2b44ca6ab7b2d4 (diff)
Fix recent regressions when "Sort by Type" is used
This commit ensures that the mime types and icons are determined synchronously for 200 ms when "Sort by Type" is enabled. REVIEW: 109344
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
-rw-r--r--src/kitemviews/kfileitemmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h
index 1939671a5..85a8d0c0d 100644
--- a/src/kitemviews/kfileitemmodel.h
+++ b/src/kitemviews/kfileitemmodel.h
@@ -421,7 +421,7 @@ private:
* Determines the MIME-types of all items that can be done within
* the given timeout.
*/
- static void determineMimeTypes(const QList<ItemData*>& items, int timeout);
+ static void determineMimeTypes(const KFileItemList& items, int timeout);
/**
* Checks if the model's internal data structures are consistent.