aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-23 22:03:31 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-10 11:41:02 +0000
commit58e712a9dd5d22c0ea90a49ecee85724ecce6ace (patch)
treed5fdc575d41b45fba0111c245caa93a0072b15f8 /src/qml/qml/qqmlbinding.cpp
parent5d5343a6bc02c0df3723cb9650067e972aebe8ff (diff)
Remove a global read-write QQmlBinding::Invalid variable
Change-Id: I3ca148ae021ffc349b943231cc749828b0b7816c Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlbinding.cpp')
-rw-r--r--src/qml/qml/qqmlbinding.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlbinding.cpp b/src/qml/qml/qqmlbinding.cpp
index 7581aa6654..fdbecec129 100644
--- a/src/qml/qml/qqmlbinding.cpp
+++ b/src/qml/qml/qqmlbinding.cpp
@@ -50,8 +50,6 @@
QT_BEGIN_NAMESPACE
-QQmlBinding::Identifier QQmlBinding::Invalid = -1;
-
QQmlBinding::QQmlBinding(const QString &str, QObject *obj, QQmlContext *ctxt)
: QQmlJavaScriptExpression(),
QQmlAbstractBinding()