| 315 | } |
| 316 | |
| 317 | void setDocumentNameOfTaskDialog(App::Document* doc) |
| 318 | { |
| 319 | Gui::TaskView::TaskDialog* dlg = Gui::Control().activeDialog(_pcDocument); |
| 320 | if (dlg) { |
| 321 | dlg->setDocumentName(doc->getName()); |
| 322 | } |
| 323 | } |
| 324 | }; |
| 325 | |
| 326 | class ParentFinder |
no test coverage detected