PartDesign: Issue #0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the PartDesign Wb.  
Ticket: https://tracker.freecadweb.org/view.php?id=4473
This commit is contained in:
luz paz
2020-11-27 20:55:34 -05:00
committed by wwmayer
parent 5aff8cdd0b
commit faa8688ee5
6 changed files with 23 additions and 23 deletions

View File

@@ -396,7 +396,7 @@ void TaskRevolutionParameters::changeEvent(QEvent *e)
void TaskRevolutionParameters::apply()
{
//Gui::Command::openCommand("Revolution changed");
//Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Revolution changed"));
ui->revolveAngle->apply();
std::vector<std::string> sub;
App::DocumentObject* obj;