Corrected default parent widget in register history widget construction

This commit is contained in:
Nav
2021-12-01 22:14:40 +00:00
parent 9b1fbb1481
commit c19e98466f

View File

@@ -100,7 +100,7 @@ TargetRegisterInspectorWindow::TargetRegisterInspectorWindow(
this->registerDescriptor,
this->registerValue,
insightWorker,
this->contentContainer
this->container
);
auto contentLayout = this->container->findChild<QHBoxLayout*>("content-layout");