Rename download_open function
This commit is contained in:
parent
fe230219a9
commit
fe59e0618f
@ -420,7 +420,7 @@ class _BasePrompt(QWidget):
|
|||||||
def accept(self, value=None):
|
def accept(self, value=None):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def open_download(self, _cmdline):
|
def download_open(self, _cmdline):
|
||||||
raise UnsupportedOperationError
|
raise UnsupportedOperationError
|
||||||
|
|
||||||
def _allowed_commands(self):
|
def _allowed_commands(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user