aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlabstractbinding_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-23 22:47:55 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-24 08:32:15 +0200
commitee90b4efa521287e96b7ce23a2bc1d56e1b526fd (patch)
treee77d32708f83892bc68494b26493b0458d021142 /src/qml/qml/qqmlabstractbinding_p.h
parent31b700b9ddf38283ca06cf78db4a80d674b74661 (diff)
Fix some leftovers from the last v4 removal patch
A few things overlooked. Also adjust the numbering in one enum to fix a crash. Change-Id: Iedf641452f6f14ffc36d548d970079f0d6024bb6 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlabstractbinding_p.h')
-rw-r--r--src/qml/qml/qqmlabstractbinding_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlabstractbinding_p.h b/src/qml/qml/qqmlabstractbinding_p.h
index aa39e1cdfd..4182a5cc88 100644
--- a/src/qml/qml/qqmlabstractbinding_p.h
+++ b/src/qml/qml/qqmlabstractbinding_p.h
@@ -91,7 +91,7 @@ public:
typedef QWeakPointer<QQmlAbstractBinding> Pointer;
- enum BindingType { Binding = 0, V4 = 1, V8 = 2, ValueTypeProxy = 3 };
+ enum BindingType { Binding = 0, V8 = 1, ValueTypeProxy = 2 };
inline BindingType bindingType() const;
// Destroy the binding. Use this instead of calling delete.