Mods: modernize C++: redundant void arg

This commit is contained in:
wmayer
2023-08-05 14:27:30 +02:00
committed by wwmayer
parent bf5059bf76
commit 2b3d48176c
27 changed files with 115 additions and 115 deletions

View File

@@ -105,7 +105,7 @@ public:
taskbox->groupLayout()->addWidget(box);
Content.push_back(taskbox);
}
bool shouldShow(void) override
bool shouldShow() override
{
return true;
}