videocollection/videocollectionwrapper/src/videosortfilterproxymodel.cpp
changeset 55 4bfa887905cf
parent 50 21fe8338c6bf
--- a/videocollection/videocollectionwrapper/src/videosortfilterproxymodel.cpp	Fri Aug 06 09:43:48 2010 +0300
+++ b/videocollection/videocollectionwrapper/src/videosortfilterproxymodel.cpp	Mon Aug 23 14:27:29 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: 66.1.8 %
+// Version : %version: 66.1.9 %
 
 // INCLUDE FILES
 #include <qstringlist.h>
@@ -360,9 +360,8 @@
         // no other way of setting the sort order than calling sort().
         sort(0, mWantedSortOrder);
     }
-    
-    // Start fetching thumbnails at start of the model.
-    VideoThumbnailData::instance().startBackgroundFetching(0, 0);
+
+    emit modelSorted();
 }
 
 // -----------------------------------------------------------------------------