Build: Fix some trivial warnings

This commit is contained in:
Frank Martinez
2025-12-01 12:00:18 -05:00
committed by Chris Hennes
parent 769a83b3ca
commit 5b4df90f24
2 changed files with 20 additions and 20 deletions

View File

@@ -46,8 +46,8 @@ using namespace PartGui;
PatternParametersWidget::PatternParametersWidget(PatternType type, QWidget* parent)
: QWidget(parent)
, type(type)
, ui(new Ui_PatternParametersWidget)
, type(type)
{
ui->setupUi(this);
setupUiElements();