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:
@@ -255,6 +255,12 @@ void SeerCatchpointsBrowserWidget::handleStoppingPointReached () {
|
||||
emit refreshCatchpointsList();
|
||||
}
|
||||
|
||||
void SeerCatchpointsBrowserWidget::handleSessionTerminated () {
|
||||
|
||||
// Delete previous contents.
|
||||
catchpointsTreeWidget->clear();
|
||||
}
|
||||
|
||||
void SeerCatchpointsBrowserWidget::handleRefreshToolButton () {
|
||||
|
||||
emit refreshCatchpointsList();
|
||||
|
||||
Reference in New Issue
Block a user