mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 17:05:16 -04:00
Remove REQUEST_UPLOAD_NEW_FILE_STARTED event, because it's not actually needed
This commit is contained in:
parent
9857d9fce8
commit
18573ba49c
4 changed files with 4 additions and 27 deletions
|
@ -324,12 +324,6 @@ class Mode(QtWidgets.QWidget):
|
|||
"""
|
||||
pass
|
||||
|
||||
def handle_request_upload_new_file_started(self, event):
|
||||
"""
|
||||
Handle REQUEST_UPLOAD_NEW_FILE_STARTED event.
|
||||
"""
|
||||
pass
|
||||
|
||||
def handle_request_upload_file_renamed(self, event):
|
||||
"""
|
||||
Handle REQUEST_UPLOAD_FILE_RENAMED event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue