WIP: add 'handleSessionTerminated' to relevant widgets.

This commit is contained in:
Ernie Pasveer
2025-04-20 09:33:31 -05:00
parent f8439e18b1
commit afc5e6fa3e
46 changed files with 204 additions and 16 deletions
+6
View File
@@ -118,6 +118,12 @@ void SeerTypeBrowserWidget::handleText (const QString& text) {
QApplication::restoreOverrideCursor();
}
void SeerTypeBrowserWidget::handleSessionTerminated () {
// Delete previous contents.
typeTreeWidget->clear();
}
void SeerTypeBrowserWidget::handleItemDoubleClicked (QTreeWidgetItem* item, int column) {
Q_UNUSED(column);