aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-16 14:30:17 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-27 07:45:49 +0000
commit5d2f97791ccff58bb945acbc28df65fa0521a1f6 (patch)
treed865355d90bba0eaa44f053dd1db2fbf00e76cf1 /src/qml/qml/qqmlproperty_p.h
parent880868364f456585a9d640ea4a1a8bf84ea885c6 (diff)
Smaller cleanups
Change-Id: Ib8a222c26316ad31699d3becaa945ac4035e437b Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlproperty_p.h')
-rw-r--r--src/qml/qml/qqmlproperty_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlproperty_p.h b/src/qml/qml/qqmlproperty_p.h
index 9b735669b8..7bbb600ade 100644
--- a/src/qml/qml/qqmlproperty_p.h
+++ b/src/qml/qml/qqmlproperty_p.h
@@ -116,8 +116,7 @@ public:
static QQmlAbstractBinding *removeBinding(const QQmlProperty &that, BindingFlag flag = None);
static QQmlAbstractBinding *removeBinding(QObject *o, int index, QQmlPropertyPrivate::BindingFlag flags = None);
static QQmlAbstractBinding *removeBinding(QQmlAbstractBinding *b, BindingFlag flag = None);
- static QQmlAbstractBinding *binding(QObject *, int coreIndex,
- int valueTypeIndex /* -1 */);
+ static QQmlAbstractBinding *binding(QObject *, int index);
static QQmlPropertyData saveValueType(const QQmlPropertyData &,
const QMetaObject *, int,