Add missing docstring

This commit is contained in:
Florian Bruhin 2016-10-26 19:36:08 +02:00
parent e110f3b590
commit 80caed4642

View File

@ -421,6 +421,7 @@ class _BasePrompt(QWidget):
raise NotImplementedError
def download_open(self, _cmdline):
"""Open the download directly if this is a download prompt."""
raise UnsupportedOperationError
def _allowed_commands(self):