tests: Implement Tab._install_event_filter
This commit is contained in:
parent
b801d3316d
commit
9d510d744a
@ -107,6 +107,9 @@ class Tab(browsertab.AbstractTab):
|
|||||||
self.search = browsertab.AbstractSearch(parent=self)
|
self.search = browsertab.AbstractSearch(parent=self)
|
||||||
self.printing = browsertab.AbstractPrinting()
|
self.printing = browsertab.AbstractPrinting()
|
||||||
|
|
||||||
|
def _install_event_filter(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(PYQT_VERSION < 0x050600,
|
@pytest.mark.skipif(PYQT_VERSION < 0x050600,
|
||||||
reason='Causes segfaults, see #1638')
|
reason='Causes segfaults, see #1638')
|
||||||
|
Loading…
Reference in New Issue
Block a user