aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-12-01 22:25:40 +0100
committerLars Knoll <lars.knoll@qt.io>2016-12-09 08:31:12 +0000
commitcb56c7a35dc0b98284cd2ac2ff00c669a1e3489d (patch)
treeeadc660d2356c800b1cabed434e7ca2fa2a5a8a2 /src/qml/qml/qqmlbinding_p.h
parentc6baaaa8e65ac82a3d644459cf42f76d03a0442d (diff)
Remove unused argument
Change-Id: Ie490f113b6fc48ea75eb5903a79dddb02faa7301 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlbinding_p.h')
-rw-r--r--src/qml/qml/qqmlbinding_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlbinding_p.h b/src/qml/qml/qqmlbinding_p.h
index 3454adaf50..fb33e3aacd 100644
--- a/src/qml/qml/qqmlbinding_p.h
+++ b/src/qml/qml/qqmlbinding_p.h
@@ -101,8 +101,7 @@ public:
protected:
virtual void doUpdate(const DeleteWatcher &watcher,
- QQmlPropertyData::WriteFlags flags, QV4::Scope &scope,
- const QV4::ScopedFunctionObject &f) = 0;
+ QQmlPropertyData::WriteFlags flags, QV4::Scope &scope) = 0;
void getPropertyData(QQmlPropertyData **propertyData, QQmlPropertyData *valueTypeData) const;
int getPropertyType() const;