Fix warnings introduced in new PartDesign
Mostly unused wariables and compare of signed & unsigned
This commit is contained in:
committed by
Stefan Tröger
parent
81015b3f44
commit
0cfc0cd424
@@ -48,7 +48,7 @@
|
||||
using namespace PartDesignGui;
|
||||
|
||||
TaskBoxPrimitives::TaskBoxPrimitives(ViewProviderPrimitive* vp, QWidget* parent)
|
||||
: vp(vp), TaskBox(QPixmap(),tr("Primitive parameters"), true, parent)
|
||||
: TaskBox(QPixmap(),tr("Primitive parameters"), true, parent), vp(vp)
|
||||
{
|
||||
proxy = new QWidget(this);
|
||||
ui.setupUi(proxy);
|
||||
@@ -697,4 +697,4 @@ QDialogButtonBox::StandardButtons TaskPrimitiveParameters::getStandardButtons(vo
|
||||
}
|
||||
|
||||
|
||||
#include "moc_TaskPrimitiveParameters.cpp"
|
||||
#include "moc_TaskPrimitiveParameters.cpp"
|
||||
|
||||
Reference in New Issue
Block a user