aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlscript_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2012-05-03 16:15:35 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-10 01:46:17 +0200
commit319007117a8fafe9a72230bbc13fb18833ff4a16 (patch)
tree5f63bc409a45179ffea55a55207e141c6b2d6380 /src/qml/qml/qqmlscript_p.h
parenta0ee51bef5425947ede6b35b3c7606dfff36c3c6 (diff)
Add rect property type
Change-Id: I9a533be414dca7fcf802e767164eeb745a9f6cd0 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlscript_p.h')
-rw-r--r--src/qml/qml/qqmlscript_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlscript_p.h b/src/qml/qml/qqmlscript_p.h
index 0a762d457f..65dd406476 100644
--- a/src/qml/qml/qqmlscript_p.h
+++ b/src/qml/qml/qqmlscript_p.h
@@ -387,7 +387,7 @@ public:
DynamicProperty();
enum Type { Var, Variant, Int, Bool, Real, String, Url, Color,
- Time, Date, DateTime, Alias, Custom, CustomList };
+ Time, Date, DateTime, Rect, Alias, Custom, CustomList };
quint32 isDefaultProperty:1;
quint32 isReadOnly:1;