+ port Sandbox module to Quarter

This commit is contained in:
wmayer
2014-10-19 12:16:33 +02:00
parent bd1bbff874
commit 21eae7f900
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;
}