mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
WIP: add 'handleSessionTerminated' to relevant widgets.
This commit is contained in:
@@ -214,6 +214,12 @@ void SeerVariableTrackerBrowserWidget::handleStoppingPointReached () {
|
||||
refresh();
|
||||
}
|
||||
|
||||
void SeerVariableTrackerBrowserWidget::handleSessionTerminated () {
|
||||
|
||||
// Delete previous contents.
|
||||
variablesTreeWidget->clear();
|
||||
}
|
||||
|
||||
void SeerVariableTrackerBrowserWidget::refresh () {
|
||||
emit refreshVariableTrackerNames();
|
||||
emit refreshVariableTrackerValues();
|
||||
|
||||
Reference in New Issue
Block a user