Arch: added bimserver and git utilities

This commit is contained in:
Yorik van Havre
2015-02-20 20:00:22 -02:00
parent 2de5c0f59c
commit a6206196f6
9 changed files with 674 additions and 1 deletions

View File

@@ -166,6 +166,8 @@ void DownloadManager::download(const QNetworkRequest &request, bool requestFileN
{
if (request.url().isEmpty())
return;
std::cout << request.url().toString().toStdString() << std::endl;
// postpone this reply until we can examine it in replyFinished
QNetworkReply* reply = m_manager->get(request);