summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-06 05:15:27 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-06 05:15:27 (GMT)
commitf0a172d19821e37604004cd6b8fa17b998b39857 (patch)
tree28049b952cfe7da29e59d77fde0c27081e8c59d7 /src/declarative/qml/qmlcontext.cpp
parent5edf4ed878bbe933e6ff0023cce8808b1dcff6c0 (diff)
downloadQt-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.cpp2
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)
{
}