summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-07-14 04:26:32 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-07-14 04:26:32 (GMT)
commit799380ea82ced8cc5eb4eed5b1306748125331fa (patch)
tree41140bd1687211ae305f7b0e0f1cd2d413db3c94 /src/declarative/qml/qmlengine_p.h
parenta093c5ef65aa2c28f52f78c8be5bbe7d567646fa (diff)
parent59b3e3ba52891197510115f912e7934ac1784d7c (diff)
downloadQt-799380ea82ced8cc5eb4eed5b1306748125331fa.zip
Qt-799380ea82ced8cc5eb4eed5b1306748125331fa.tar.gz
Qt-799380ea82ced8cc5eb4eed5b1306748125331fa.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts: src/declarative/qml/parser/qmljsparser.cpp
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r--src/declarative/qml/qmlengine_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h
index b9d3833..e0824cc 100644
--- a/src/declarative/qml/qmlengine_p.h
+++ b/src/declarative/qml/qmlengine_p.h
@@ -117,6 +117,7 @@ public:
QmlContext *currentBindContext;
QmlExpression *currentExpression;
QmlEngine *q;
+ bool isDebugging;
#ifdef QT_SCRIPTTOOLS_LIB
QScriptEngineDebugger *debugger;
#endif