forked from qt-creator/qt-creator
StudioWelcome: Add debug output
Add debug output if download fails. Change-Id: Icb28aa2ed9f7d7e7fdb9a83fe875cc933af8fa49 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -157,6 +157,7 @@ void FileDownloader::start()
|
||||
m_url = reply->url();
|
||||
start();
|
||||
} else {
|
||||
qDebug() << Q_FUNC_INFO << m_url << reply->errorString();
|
||||
emit downloadFailed();
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user