aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-11-08 16:24:23 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-09 02:01:31 +0100
commita9429b3b80470ee44779aee75ea6a6515a645318 (patch)
tree362f4fd84d4d7a99af0f2764fdddb446c97c7b0d /src/qml/jsruntime/qv4debugging.cpp
parent412eb94de4cae754130ae855236420ebd5c42482 (diff)
Initialize variable
Change-Id: I540b08bd1c60215a63cad1233f09e060b70df66f Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4debugging.cpp')
-rw-r--r--src/qml/jsruntime/qv4debugging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4debugging.cpp b/src/qml/jsruntime/qv4debugging.cpp
index 0d2a9225da..24879e9597 100644
--- a/src/qml/jsruntime/qv4debugging.cpp
+++ b/src/qml/jsruntime/qv4debugging.cpp
@@ -57,6 +57,7 @@ Debugger::Debugger(QV4::ExecutionEngine *engine)
, m_agent(0)
, m_state(Running)
, m_pauseRequested(false)
+ , m_havePendingBreakPoints(false)
, m_currentInstructionPointer(0)
{
qMetaTypeId<Debugger*>();