Build: Fix some trivial warnings
This commit is contained in:
committed by
Chris Hennes
parent
769a83b3ca
commit
5b4df90f24
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user