From a97fe0c7ffa56ccba8899b773e9e67d94799f9ae Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Tue, 12 Mar 2013 19:26:36 +0100 Subject: 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 --- src/kitemviews/kfileitemmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kitemviews/kfileitemmodel.h') 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& items, int timeout); + static void determineMimeTypes(const KFileItemList& items, int timeout); /** * Checks if the model's internal data structures are consistent. -- cgit v1.3.1