mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 09:30:41 +08:00
WIP: add 'handleSessionTerminated' to relevant widgets.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user