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