Part/PD: modernize C++: redundant void arg
This commit is contained in:
@@ -961,7 +961,7 @@ bool TaskPrimitiveParameters::reject()
|
||||
return true;
|
||||
}
|
||||
|
||||
QDialogButtonBox::StandardButtons TaskPrimitiveParameters::getStandardButtons(void) const {
|
||||
QDialogButtonBox::StandardButtons TaskPrimitiveParameters::getStandardButtons() const {
|
||||
return Gui::TaskView::TaskDialog::getStandardButtons();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user