Remove checking of 'wrap' in WebEngineSearch
wrap functionality was removed, so no point in doing this here.
This commit is contained in:
parent
64b32ec87d
commit
54c00deb5b
@ -80,8 +80,6 @@ class WebEngineSearch(browsertab.AbstractSearch):
|
|||||||
flags |= QWebEnginePage.FindCaseSensitively
|
flags |= QWebEnginePage.FindCaseSensitively
|
||||||
elif not ignore_case:
|
elif not ignore_case:
|
||||||
flags |= QWebEnginePage.FindCaseSensitively
|
flags |= QWebEnginePage.FindCaseSensitively
|
||||||
if not wrap:
|
|
||||||
log.stub('With wrap=False (ignoring)')
|
|
||||||
if reverse:
|
if reverse:
|
||||||
flags |= QWebEnginePage.FindBackward
|
flags |= QWebEnginePage.FindBackward
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user