aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickcustomaffector_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickcustomaffector_p.h')
-rw-r--r--src/particles/qquickcustomaffector_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickcustomaffector_p.h b/src/particles/qquickcustomaffector_p.h
index c1745798c3..10db70d71d 100644
--- a/src/particles/qquickcustomaffector_p.h
+++ b/src/particles/qquickcustomaffector_p.h
@@ -108,7 +108,7 @@ public:
Q_SIGNALS:
- void affectParticles(QQmlV4Handle particles, qreal dt);
+ void affectParticles(const QJSValue &particles, qreal dt);
void positionChanged(QQuickDirection * arg);