Skip to content
Snippets Groups Projects
Commit 2ed39767 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

FileTransfer: Add cancel signal

parent 4d6eef1a
No related branches found
No related tags found
No related merge requests found
......@@ -105,3 +105,6 @@ def set_finished(self):
def update_progress(self):
self.notify('progress')
def cancel(self):
self.notify('cancel')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment