videocollection/videocollectionwrapper/src/videosortfilterproxymodel.cpp
changeset 59 a76e86df7ccd
parent 52 e3cecb93e76a
--- a/videocollection/videocollectionwrapper/src/videosortfilterproxymodel.cpp	Wed Aug 18 09:50:14 2010 +0300
+++ b/videocollection/videocollectionwrapper/src/videosortfilterproxymodel.cpp	Thu Sep 02 20:28:16 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();
 }
 
 // -----------------------------------------------------------------------------