Tries to fix SDL and Qt builds, introduces Emscripten in Travis.

This commit is contained in:
xawotihs
2016-06-19 10:25:22 +02:00
parent e4e809f3fe
commit 0a01b0af69
4 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ void DownloadRequest::fileDownloaded()
// let's check some error
if(mNetworkReply->error() != QNetworkReply::NoError) {
processError(mNetworkReply->error(), mNetworkReply->errorString().toStdString());
processError((int)mNetworkReply->error(), mNetworkReply->errorString().toStdString().c_str());
break;
}