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:
@@ -206,6 +206,12 @@ void SeerPrintpointsBrowserWidget::handleStoppingPointReached () {
|
||||
emit refreshPrintpointsList();
|
||||
}
|
||||
|
||||
void SeerPrintpointsBrowserWidget::handleSessionTerminated () {
|
||||
|
||||
// Delete previous contents.
|
||||
printpointsTreeWidget->clear();
|
||||
}
|
||||
|
||||
void SeerPrintpointsBrowserWidget::handleItemDoubleClicked (QTreeWidgetItem* item, int column) {
|
||||
|
||||
Q_UNUSED(column);
|
||||
|
||||
Reference in New Issue
Block a user