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