summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-02 06:14:27 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-02 06:14:27 (GMT)
commit49bceaf197a5964f244ac094aaa75b35cf3ada49 (patch)
tree37428a137a608757d4a1c548decf6ff46f1b67f9 /src/declarative/qml/qmlparser_p.h
parentba13a6003d95f9d07f94bdb0e210e0c0453d8b80 (diff)
downloadQt-49bceaf197a5964f244ac094aaa75b35cf3ada49.zip
Qt-49bceaf197a5964f244ac094aaa75b35cf3ada49.tar.gz
Qt-49bceaf197a5964f244ac094aaa75b35cf3ada49.tar.bz2
Initial property aliasing support
Currently very basic - the only alias "script" that is allowed is Id.property
Diffstat (limited to 'src/declarative/qml/qmlparser_p.h')
-rw-r--r--src/declarative/qml/qmlparser_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlparser_p.h b/src/declarative/qml/qmlparser_p.h
index 9daa336..803c73e 100644
--- a/src/declarative/qml/qmlparser_p.h
+++ b/src/declarative/qml/qmlparser_p.h
@@ -144,7 +144,7 @@ namespace QmlParser
DynamicProperty();
DynamicProperty(const DynamicProperty &);
- enum Type { Variant, Int, Bool, Real, String, Url, Color, Date };
+ enum Type { Variant, Int, Bool, Real, String, Url, Color, Date, Alias };
bool isDefaultProperty;
Type type;