Mercurial > hg > svgui
diff widgets/ImageDialog.cpp @ 322:07aa52466142
* FileSource -> default to showProgress = false
| author | Chris Cannam | 
|---|---|
| date | Thu, 01 Nov 2007 10:45:28 +0000 | 
| parents | e9fe3923bdf4 | 
| children | 832d246b327b | 
line wrap: on
 line diff
--- a/widgets/ImageDialog.cpp Thu Oct 25 15:45:12 2007 +0000 +++ b/widgets/ImageDialog.cpp Thu Nov 01 10:45:28 2007 +0000 @@ -186,7 +186,7 @@ tr("The URL scheme \"%1\" is not supported") .arg(url.scheme())); } else { - m_remoteFile = new FileSource(url); + m_remoteFile = new FileSource(url, true); m_remoteFile->waitForData(); if (!m_remoteFile->isOK()) { QMessageBox::critical(this, tr("File download failed"),
