summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-20 03:30:31 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-20 03:30:31 (GMT)
commit275d2a37c0c7179e7f34cc467192a8838705d7c2 (patch)
tree0e1732a7aed9bac19fd307218f4fd500e2f3654b /src/declarative/qml/qmlengine_p.h
parentf4c51725bf131baa34e30c435b285af16948744c (diff)
downloadQt-275d2a37c0c7179e7f34cc467192a8838705d7c2.zip
Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.gz
Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.bz2
Rename QmlBindableValue to QmlBinding
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r--src/declarative/qml/qmlengine_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h
index 4bef85a..47d2397 100644
--- a/src/declarative/qml/qmlengine_p.h
+++ b/src/declarative/qml/qmlengine_p.h
@@ -151,10 +151,10 @@ public:
}
};
- static void clear(SimpleList<QmlBindableValue> &);
+ static void clear(SimpleList<QmlBinding> &);
static void clear(SimpleList<QmlParserStatus> &);
- QList<SimpleList<QmlBindableValue> > bindValues;
+ QList<SimpleList<QmlBinding> > bindValues;
QList<SimpleList<QmlParserStatus> > parserStatus;
QmlComponent *rootComponent;