removed an impertinent todo

This commit is contained in:
Faraphel 2023-12-23 15:32:32 +01:00
parent 233bb067bc
commit c3a2115486

View file

@ -89,8 +89,6 @@ class WebMission(BaseSurvey):
if obj is self.browser.web.focusProxy() and not self._finished: if obj is self.browser.web.focusProxy() and not self._finished:
# if the object is the content of the web engine widget # if the object is the content of the web engine widget
match event.type(): match event.type():
# TODO: record back and forward and reload
case QEvent.Type.MouseMove: case QEvent.Type.MouseMove:
# if this is a mouse movement # if this is a mouse movement
event: QMouseEvent event: QMouseEvent