Tidying of the QFP target package widget

This commit is contained in:
Nav
2021-09-26 18:16:27 +01:00
parent 135df2395b
commit 4ced48737b
5 changed files with 33 additions and 95 deletions

View File

@@ -363,7 +363,6 @@ void InsightWindow::selectVariant(const TargetVariant* variant) {
} else if (variant->package == TargetPackage::QFP || variant->package == TargetPackage::QFN) {
this->targetPackageWidget = new InsightTargetWidgets::Qfp::QuadFlatPackageWidget(
*variant,
this,
this->insightWorker,
this->ioContainerWidget
);