[skip ci] fix some warnings:
-Wunused-parameter -Winconsistent-missing-override
This commit is contained in:
@@ -98,6 +98,7 @@ void DlgUnitsCalculator::reject()
|
||||
|
||||
void DlgUnitsCalculator::textChanged(QString unit)
|
||||
{
|
||||
Q_UNUSED(unit)
|
||||
valueChanged(actValue);
|
||||
}
|
||||
|
||||
|
||||
@@ -174,7 +174,7 @@ protected:
|
||||
Base::Vector3d dir2vec(gp_Dir d);
|
||||
gp_Dir vec2dir(Base::Vector3d v);
|
||||
|
||||
virtual void handleChangedPropertyType(Base::XMLReader &reader, const char *TypeName, App::Property * prop);
|
||||
virtual void handleChangedPropertyType(Base::XMLReader &reader, const char *TypeName, App::Property * prop) override;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user