This commit is contained in:
Nav
2021-10-06 00:41:47 +01:00
parent 2679979988
commit ecbf482df8
6 changed files with 7 additions and 22 deletions

View File

@@ -232,14 +232,6 @@ void TargetRegistersPaneWidget::refreshRegisterValues(std::optional<std::functio
this->insightWorker.queueTask(readRegisterTask);
}
void TargetRegistersPaneWidget::clearInlineValues() {
for (const auto& registerGroupWidget : this->registerGroupWidgets) {
for (auto& [registerDescriptor, registerWidget] : registerGroupWidget->registerWidgetsMappedByDescriptor) {
registerWidget->clearInlineValue();
}
}
}
void TargetRegistersPaneWidget::activate() {
this->show();
this->activated = true;