diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-04 22:52:32 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-04 22:52:32 (GMT) |
commit | 28a76d03cd4f74d2619c8ab402fa97e71ce41310 (patch) | |
tree | 4e901a52e96eea287a9edccda910ddbf63f6ed42 /src/declarative/qml/qmlenginedebug_p.h | |
parent | 28c809e996963ba938ce05590da44d260ce70c75 (diff) | |
download | Qt-28a76d03cd4f74d2619c8ab402fa97e71ce41310.zip Qt-28a76d03cd4f74d2619c8ab402fa97e71ce41310.tar.gz Qt-28a76d03cd4f74d2619c8ab402fa97e71ce41310.tar.bz2 |
Get qmldebugger running, and add basic object/property view.
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 e85ab6f..87b2ffd 100644 --- a/src/declarative/qml/qmlenginedebug_p.h +++ b/src/declarative/qml/qmlenginedebug_p.h @@ -81,6 +81,7 @@ public: Type type; QString name; QVariant value; + QString binding; }; static void addEngine(QmlEngine *); |