mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
WIP: add 'handleSessionTerminated' to relevant widgets.
This commit is contained in:
@@ -160,6 +160,12 @@ void SeerStackFramesBrowserWidget::handleStoppingPointReached () {
|
||||
refresh();
|
||||
}
|
||||
|
||||
void SeerStackFramesBrowserWidget::handleSessionTerminated () {
|
||||
|
||||
// Delete previous contents.
|
||||
stackTreeWidget->clear();
|
||||
}
|
||||
|
||||
void SeerStackFramesBrowserWidget::refresh () {
|
||||
|
||||
// Don't do any work if the widget is hidden.
|
||||
|
||||
Reference in New Issue
Block a user