diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-10-19 23:54:57 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-10-19 23:54:57 (GMT) |
commit | 515cb0f40654e54384fd75c7042b9fa25d3df193 (patch) | |
tree | b30ca86a22c4f02c59bb4ec574d85f415e2d03a2 /src/declarative/qml/qmlenginedebug_p.h | |
parent | 0ae3e10fecfe9f6241e8752bdd4deab8663988b7 (diff) | |
download | Qt-515cb0f40654e54384fd75c7042b9fa25d3df193.zip Qt-515cb0f40654e54384fd75c7042b9fa25d3df193.tar.gz Qt-515cb0f40654e54384fd75c7042b9fa25d3df193.tar.bz2 |
Add EVAL_EXPRESSION so clients can evaluate an expression within the
current object's context.
Diffstat (limited to 'src/declarative/qml/qmlenginedebug_p.h')
-rw-r--r-- | src/declarative/qml/qmlenginedebug_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlenginedebug_p.h b/src/declarative/qml/qmlenginedebug_p.h index e2f903c..9ad198a 100644 --- a/src/declarative/qml/qmlenginedebug_p.h +++ b/src/declarative/qml/qmlenginedebug_p.h @@ -103,6 +103,7 @@ private: void buildObjectDump(QDataStream &, QObject *, bool); QmlObjectData objectData(QObject *); QmlObjectProperty propertyData(QObject *, int); + QVariant serializableVariant(const QVariant &value); static QList<QmlEngine *> m_engines; QmlWatcher *m_watch; |