mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'bookstore-chooser-fix' of https://github.com/qykth-git/calibre
This commit is contained in:
commit
50ac6aa71c
@ -13,8 +13,8 @@ from calibre.gui2.store.config.chooser.models import Matches, Delegate
|
||||
|
||||
class ResultsView(QTreeView):
|
||||
|
||||
def __init__(self, *args):
|
||||
QTreeView.__init__(self,*args)
|
||||
def __init__(self, parent=None):
|
||||
QTreeView.__init__(self,parent)
|
||||
|
||||
self._model = Matches([p for p in store_plugins()])
|
||||
self.setModel(self._model)
|
||||
|
Loading…
x
Reference in New Issue
Block a user