diff --git a/qutebrowser/misc/editor.py b/qutebrowser/misc/editor.py index 8b7e99afe..4211fe184 100644 --- a/qutebrowser/misc/editor.py +++ b/qutebrowser/misc/editor.py @@ -65,6 +65,7 @@ class ExternalEditor(QObject): message.error(self._win_id, "Failed to delete tempfile... ({})".format(e)) + @pyqtSlot(int, QProcess.ExitStatus) def on_proc_closed(self, exitcode, exitstatus): """Write the editor text into the form field and clean up tempfile.