Corrected default parent widget in register history widget construction
This commit is contained in:
@@ -100,7 +100,7 @@ TargetRegisterInspectorWindow::TargetRegisterInspectorWindow(
|
||||
this->registerDescriptor,
|
||||
this->registerValue,
|
||||
insightWorker,
|
||||
this->contentContainer
|
||||
this->container
|
||||
);
|
||||
|
||||
auto contentLayout = this->container->findChild<QHBoxLayout*>("content-layout");
|
||||
|
||||
Reference in New Issue
Block a user