mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Add RMB in code editor to add variable to Logger.
This commit is contained in:
@@ -177,12 +177,12 @@ void SeerVariableTrackerBrowserWidget::handleStoppingPointReached () {
|
||||
}
|
||||
|
||||
void SeerVariableTrackerBrowserWidget::refresh () {
|
||||
emit refreshVariableNames();
|
||||
emit refreshVariableValues();
|
||||
emit refreshVariableTrackerNames();
|
||||
emit refreshVariableTrackerValues();
|
||||
}
|
||||
|
||||
void SeerVariableTrackerBrowserWidget::refreshValues () {
|
||||
emit refreshVariableValues();
|
||||
emit refreshVariableTrackerValues();
|
||||
}
|
||||
|
||||
void SeerVariableTrackerBrowserWidget::handleAddLineEdit () {
|
||||
|
||||
Reference in New Issue
Block a user