diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-06 05:15:27 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-06 05:15:27 (GMT) |
commit | f0a172d19821e37604004cd6b8fa17b998b39857 (patch) | |
tree | 28049b952cfe7da29e59d77fde0c27081e8c59d7 /src/declarative/qml/qmlcontext.cpp | |
parent | 5edf4ed878bbe933e6ff0023cce8808b1dcff6c0 (diff) | |
download | Qt-f0a172d19821e37604004cd6b8fa17b998b39857.zip Qt-f0a172d19821e37604004cd6b8fa17b998b39857.tar.gz Qt-f0a172d19821e37604004cd6b8fa17b998b39857.tar.bz2 |
Beginings of an experimental QML debugger view
Diffstat (limited to 'src/declarative/qml/qmlcontext.cpp')
-rw-r--r-- | src/declarative/qml/qmlcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcontext.cpp b/src/declarative/qml/qmlcontext.cpp index 68453c3..7187c4c 100644 --- a/src/declarative/qml/qmlcontext.cpp +++ b/src/declarative/qml/qmlcontext.cpp @@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE QmlContextPrivate::QmlContextPrivate() - : parent(0), engine(0), highPriorityCount(0) + : parent(0), engine(0), highPriorityCount(0), startLine(-1), endLine(-1) { } |