mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 19:03:39 +02:00
...
This commit is contained in:
parent
0b4f6669ba
commit
4719df178a
1 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,8 @@ def __init__(self, parent=None):
|
|||
self._model = CompleteModel(parent=self)
|
||||
self.complete_window = CompleteWindow(self, self._model)
|
||||
self.textEdited.connect(self.text_edited)
|
||||
self.complete_window.completion_selected.connect(self.completion_selected)
|
||||
self.complete_window.completion_selected.connect(self.completion_selected,
|
||||
type=Qt.QueuedConnection)
|
||||
self.installEventFilter(self)
|
||||
|
||||
# Interface {{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue