summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxparticles.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-07 23:02:42 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-07 23:02:42 (GMT)
commitbe0106a92528f7dc47d9fd6e21dd7d7a7ffb9ada (patch)
tree7ad768883809f7718b95b946f6e5a93e74d2becc /src/declarative/fx/qfxparticles.cpp
parent495150413916a9a41cdffc5879f36a6e16e7866c (diff)
downloadQt-be0106a92528f7dc47d9fd6e21dd7d7a7ffb9ada.zip
Qt-be0106a92528f7dc47d9fd6e21dd7d7a7ffb9ada.tar.gz
Qt-be0106a92528f7dc47d9fd6e21dd7d7a7ffb9ada.tar.bz2
Make sure cancelling image loading cancels progress reporting.
Diffstat (limited to 'src/declarative/fx/qfxparticles.cpp')
-rw-r--r--src/declarative/fx/qfxparticles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxparticles.cpp b/src/declarative/fx/qfxparticles.cpp
index 8535a73..1aaf256 100644
--- a/src/declarative/fx/qfxparticles.cpp
+++ b/src/declarative/fx/qfxparticles.cpp
@@ -635,7 +635,7 @@ void QFxParticles::setSource(const QString &name)
return;
if (!d->source.isEmpty())
- QFxPixmap::cancelGet(d->url, this, SLOT(imageLoaded()));
+ QFxPixmap::cancelGet(d->url, this);
if (name.isEmpty()) {
d->source = name;
d->url = QUrl();