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 591e97a57a
commit 9d557d4aa0
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
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.
"""