diff --git a/src/mumble/Overlay_win.cpp b/src/mumble/Overlay_win.cpp index a35571a39..c0b4e9aed 100644 --- a/src/mumble/Overlay_win.cpp +++ b/src/mumble/Overlay_win.cpp @@ -192,6 +192,8 @@ static const char *processErrorString(QProcess::ProcessError processError) { return "an error occurred when attempting to write to the process"; case QProcess::ReadError: return "an error occurred when attempting to read from the process"; + case QProcess::UnknownError: + return "an unknown error occurred"; } return "unknown";