summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxparticles.cpp
diff options
context:
space:
mode:
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();