mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'uic-regen' of https://github.com/eli-schwartz/calibre
This commit is contained in:
commit
921d99f810
@ -39,8 +39,8 @@ class ResultsView(QTreeView):
|
|||||||
download_requested = pyqtSignal(object)
|
download_requested = pyqtSignal(object)
|
||||||
open_requested = pyqtSignal(object)
|
open_requested = pyqtSignal(object)
|
||||||
|
|
||||||
def __init__(self, *args):
|
def __init__(self, *args, **kwargs):
|
||||||
QTreeView.__init__(self,*args)
|
QTreeView.__init__(self,*args, **kwargs)
|
||||||
|
|
||||||
self._model = Matches()
|
self._model = Matches()
|
||||||
self.setModel(self._model)
|
self.setModel(self._model)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user