Mod: Use override etc 2

This commit is contained in:
berniev
2022-08-09 11:53:46 +10:00
committed by wwmayer
parent 75fa455c5d
commit 71dc5ead2f
697 changed files with 4956 additions and 4956 deletions

View File

@@ -107,11 +107,11 @@ public:
taskbox->groupLayout()->addWidget(box);
Content.push_back(taskbox);
}
bool shouldShow(void)
bool shouldShow(void) override
{
return true;
}
void onSelectionChanged(const Gui::SelectionChanges&)
void onSelectionChanged(const Gui::SelectionChanges&) override
{
Base::BoundBox3d bbox;
unsigned long countPoints=0, countFacets=0;