Remove _tabs when unneeded
This commit is contained in:
parent
65aee9d991
commit
bca3909a10
@ -277,7 +277,7 @@ class TabbedBrowser(TabWidget):
|
|||||||
text: The text to search for.
|
text: The text to search for.
|
||||||
flags: The QWebPage::FindFlags.
|
flags: The QWebPage::FindFlags.
|
||||||
"""
|
"""
|
||||||
self._tabs.currentWidget().findText(text, flags)
|
self.currentWidget().findText(text, flags)
|
||||||
|
|
||||||
@pyqtSlot(str)
|
@pyqtSlot(str)
|
||||||
def handle_hint_key(self, keystr):
|
def handle_hint_key(self, keystr):
|
||||||
|
Loading…
Reference in New Issue
Block a user