+ port Sandbox module to Quarter

This commit is contained in:
wmayer
2014-10-19 12:16:33 +02:00
parent e713ce6af3
commit 19cd18af4d
3 changed files with 12 additions and 92 deletions

View File

@@ -106,13 +106,6 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Sandbox_GDIWidget"
<< "Sandbox_RedirectPaint"
<< "Std_TestGraphicsView";
Gui::MenuItem* viewer = new Gui::MenuItem;
root->insertItem(item, viewer);
viewer->setCommand("Viewer");
*viewer << "Sandbox_PlaneViewer"
<< "Sandbox_ExaminerViewer"
<< "Sandbox_FlyViewer";
return root;
}