fixed compilation

This commit is contained in:
fourtf
2018-07-07 12:03:37 +02:00
parent c609a9fd37
commit 6bf7ba1ebe
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ NetworkRequest::NetworkRequest(QUrl url, NetworkRequestType requestType)
NetworkRequest::~NetworkRequest()
{
assert(this->executed_);
// assert(this->executed_);
}
void NetworkRequest::setRequestType(NetworkRequestType newRequestType)