Enable :hint for QtWebEngine
This commit is contained in:
parent
713201aa13
commit
15dcd5284c
@ -654,8 +654,7 @@ class HintManager(QObject):
|
|||||||
self._handle_auto_follow()
|
self._handle_auto_follow()
|
||||||
|
|
||||||
@cmdutils.register(instance='hintmanager', scope='tab', name='hint',
|
@cmdutils.register(instance='hintmanager', scope='tab', name='hint',
|
||||||
star_args_optional=True, maxsplit=2,
|
star_args_optional=True, maxsplit=2)
|
||||||
backend=usertypes.Backend.QtWebKit)
|
|
||||||
@cmdutils.argument('win_id', win_id=True)
|
@cmdutils.argument('win_id', win_id=True)
|
||||||
def start(self, rapid=False, group=webelem.Group.all, target=Target.normal,
|
def start(self, rapid=False, group=webelem.Group.all, target=Target.normal,
|
||||||
*args, win_id, mode=None):
|
*args, win_id, mode=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user