summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlopenmetaobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qmlopenmetaobject.h')
-rw-r--r--src/declarative/util/qmlopenmetaobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/util/qmlopenmetaobject.h b/src/declarative/util/qmlopenmetaobject.h
index f65660d..be0490d 100644
--- a/src/declarative/util/qmlopenmetaobject.h
+++ b/src/declarative/util/qmlopenmetaobject.h
@@ -64,6 +64,7 @@ public:
void setValue(const QByteArray &, const QVariant &);
QVariant value(int) const;
void setValue(int, const QVariant &);
+ QVariant &operator[](const QByteArray &);
int count() const;
QByteArray name(int) const;