This commit is contained in:
Kovid Goyal 2012-02-04 10:40:09 +05:30
parent 9c9ed534e3
commit f9c0d2134d

View File

@ -45,6 +45,7 @@ class SearchDialog(QDialog, Ui_Dialog):
self.cache_pool = CacheUpdateThreadPool(self.cache_thread_count)
self.results_view.model().cover_pool.set_thread_count(self.cover_thread_count)
self.results_view.model().details_pool.set_thread_count(self.details_thread_count)
self.results_view.setCursor(Qt.PointingHandCursor)
# Check for results and hung threads.
self.checker = QTimer()