aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/threadshandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/threadshandler.h')
-rw-r--r--src/plugins/debugger/threadshandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/threadshandler.h b/src/plugins/debugger/threadshandler.h
index 3bd015fc48d..8f0b662afea 100644
--- a/src/plugins/debugger/threadshandler.h
+++ b/src/plugins/debugger/threadshandler.h
@@ -87,7 +87,7 @@ private:
DebuggerEngine *m_engine;
ThreadId m_currentId;
- bool m_resetLocationScheduled;
+ bool m_resetLocationScheduled = false;
QHash<QString, QString> m_pidForGroupId;
};