Mercurial > hg > svgui
diff widgets/ImageDialog.cpp @ 344:832d246b327b
* better progress reporting in FileSource
* fix set-to-default for audio dials with mappers
author | Chris Cannam |
---|---|
date | Fri, 04 Jan 2008 17:08:10 +0000 |
parents | 07aa52466142 |
children | 22b72f0f6a4e |
line wrap: on
line diff
--- a/widgets/ImageDialog.cpp Tue Dec 18 10:35:55 2007 +0000 +++ b/widgets/ImageDialog.cpp Fri Jan 04 17:08:10 2008 +0000 @@ -186,7 +186,7 @@ tr("The URL scheme \"%1\" is not supported") .arg(url.scheme())); } else { - m_remoteFile = new FileSource(url, true); + m_remoteFile = new FileSource(url, FileSource::ProgressDialog); m_remoteFile->waitForData(); if (!m_remoteFile->isOK()) { QMessageBox::critical(this, tr("File download failed"),