Renamed Mode.handle_request_download to handle_request_started

This commit is contained in:
Micah Lee 2018-05-07 22:16:45 -07:00
parent 26a94fa161
commit 9d91e07d20
3 changed files with 3 additions and 3 deletions

View file

@ -293,7 +293,7 @@ class Mode(QtWidgets.QWidget):
"""
pass
def handle_request_download(self, event):
def handle_request_started(self, event):
"""
Handle REQUEST_STARTED event.
"""