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:
@@ -113,6 +113,12 @@ void SeerVariableLoggerBrowserWidget::handleText (const QString& text) {
|
||||
QApplication::restoreOverrideCursor();
|
||||
}
|
||||
|
||||
void SeerVariableLoggerBrowserWidget::handleSessionTerminated () {
|
||||
|
||||
// Delete previous contents.
|
||||
variablesTreeWidget->clear();
|
||||
}
|
||||
|
||||
void SeerVariableLoggerBrowserWidget::handleEvaluateVariableExpression (int expressionid, QString expression) {
|
||||
|
||||
QString id_text = QString::number(expressionid);
|
||||
|
||||
Reference in New Issue
Block a user