aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/watchwindow.h')
-rw-r--r--src/plugins/debugger/watchwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/watchwindow.h b/src/plugins/debugger/watchwindow.h
index 7827b322326..bd75e005491 100644
--- a/src/plugins/debugger/watchwindow.h
+++ b/src/plugins/debugger/watchwindow.h
@@ -62,7 +62,7 @@ private:
void currentChanged(const QModelIndex &current, const QModelIndex &previous) override;
WatchType m_type;
- int m_sliderPosition;
+ int m_sliderPosition = 0;
};
} // namespace Internal