mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
WIP: add 'handleSessionTerminated' to relevant widgets.
This commit is contained in:
@@ -170,6 +170,12 @@ void SeerStackDumpBrowserWidget::handleStoppingPointReached () {
|
||||
refresh();
|
||||
}
|
||||
|
||||
void SeerStackDumpBrowserWidget::handleSessionTerminated () {
|
||||
|
||||
// Delete previous contents.
|
||||
stackTableWidget->clearContents();
|
||||
}
|
||||
|
||||
void SeerStackDumpBrowserWidget::handleFormatComboBox (const QString& text) {
|
||||
|
||||
Q_UNUSED(text);
|
||||
|
||||
Reference in New Issue
Block a user