mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
WIP: add 'handleSessionTerminated' to relevant widgets.
This commit is contained in:
@@ -219,6 +219,12 @@ void SeerBreakpointsBrowserWidget::handleStoppingPointReached () {
|
||||
emit refreshBreakpointsList();
|
||||
}
|
||||
|
||||
void SeerBreakpointsBrowserWidget::handleSessionTerminated () {
|
||||
|
||||
// Delete previous contents.
|
||||
breakpointsTreeWidget->clear();
|
||||
}
|
||||
|
||||
void SeerBreakpointsBrowserWidget::handleItemDoubleClicked (QTreeWidgetItem* item, int column) {
|
||||
|
||||
Q_UNUSED(column);
|
||||
|
||||
Reference in New Issue
Block a user