aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypeproxybinding_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-14 12:46:36 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-26 06:38:15 +0000
commit8e85b54f0598834d67d1931af371bb9ab1664738 (patch)
tree42b03f2ad3b3462ee0def1a9e8b11c262b52eaec /src/qml/qml/qqmlvaluetypeproxybinding_p.h
parentc3009d2e32fc75c1443a9697d3e8fe62d95d6562 (diff)
Smaller cleanup
Change-Id: If6b041a18b4f13ead13f560b62dd5f4495088f2c Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlvaluetypeproxybinding_p.h')
-rw-r--r--src/qml/qml/qqmlvaluetypeproxybinding_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/qml/qqmlvaluetypeproxybinding_p.h b/src/qml/qml/qqmlvaluetypeproxybinding_p.h
index 5f5194d8cc..0ac9c62836 100644
--- a/src/qml/qml/qqmlvaluetypeproxybinding_p.h
+++ b/src/qml/qml/qqmlvaluetypeproxybinding_p.h
@@ -65,9 +65,6 @@ protected:
~QQmlValueTypeProxyBinding();
private:
- static void recursiveEnable(QQmlAbstractBinding *, QQmlPropertyPrivate::WriteFlags);
- static void recursiveDisable(QQmlAbstractBinding *);
-
friend class QQmlAbstractBinding;
QObject *m_object;
int m_index;