summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-22 01:14:34 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-22 01:18:16 (GMT)
commita3b3ba02f0eba2f435f552a9aa64fc9fceade972 (patch)
treeb9987ed6bf8b1a213eac6964f3f8503754d369c7 /src/declarative/qml/qmlcompiler_p.h
parent9570e6ada20e34a1427a151118a3c0e510423a2d (diff)
downloadQt-a3b3ba02f0eba2f435f552a9aa64fc9fceade972.zip
Qt-a3b3ba02f0eba2f435f552a9aa64fc9fceade972.tar.gz
Qt-a3b3ba02f0eba2f435f552a9aa64fc9fceade972.tar.bz2
Support assigning scripts to QML properties
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r--src/declarative/qml/qmlcompiler_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h
index cff4937..8a9ca9c 100644
--- a/src/declarative/qml/qmlcompiler_p.h
+++ b/src/declarative/qml/qmlcompiler_p.h
@@ -197,6 +197,9 @@ private:
bool buildListProperty(QmlParser::Property *prop,
QmlParser::Object *obj,
const BindingContext &ctxt);
+ bool buildScriptStringProperty(QmlParser::Property *prop,
+ QmlParser::Object *obj,
+ const BindingContext &ctxt);
bool buildPropertyAssignment(QmlParser::Property *prop,
QmlParser::Object *obj,
const BindingContext &ctxt);