summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qanimationcliploader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qanimationcliploader.h')
-rw-r--r--src/animation/frontend/qanimationcliploader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animation/frontend/qanimationcliploader.h b/src/animation/frontend/qanimationcliploader.h
index 9846b913e..a21671b62 100644
--- a/src/animation/frontend/qanimationcliploader.h
+++ b/src/animation/frontend/qanimationcliploader.h
@@ -68,10 +68,10 @@ public:
Status status() const;
public Q_SLOTS:
- void setSource(QUrl source);
+ void setSource(const QUrl &source);
Q_SIGNALS:
- void sourceChanged(QUrl source);
+ void sourceChanged(const QUrl &source);
void statusChanged(Status status);
protected: