summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlproxymetaobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlproxymetaobject_p.h')
-rw-r--r--src/declarative/qml/qmlproxymetaobject_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlproxymetaobject_p.h b/src/declarative/qml/qmlproxymetaobject_p.h
index 0ffa365..c0ce36e 100644
--- a/src/declarative/qml/qmlproxymetaobject_p.h
+++ b/src/declarative/qml/qmlproxymetaobject_p.h
@@ -61,6 +61,7 @@ public:
QMetaObject *metaObject;
CreateFunc createFunc;
int propertyOffset;
+ int methodOffset;
};
QmlProxyMetaObject(QObject *, QList<ProxyData> *);