Handle unknown direct play error codes instead of an empty message

refs #546
This commit is contained in:
Roland Winklmeier
2015-12-19 18:35:39 +01:00
committed by Klaus Basan
parent 9960431d01
commit cbf54d0416

View File

@@ -199,6 +199,7 @@ namespace BlackSimPlugin
errorMessage = "The client attempted to connect to a nonhost computer. Additionally, this error value may be returned by a nonhost that tried to set the application description.";
break;
default:
errorMessage = QString("Unknown error code %1").arg(error);
break;
}