Drawing: Apply clang format
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
using namespace DrawingGui;
|
||||
|
||||
#if 0 // needed for Qt's lupdate utility
|
||||
#if 0// needed for Qt's lupdate utility
|
||||
qApp->translate("Workbench", "Drawing");
|
||||
#endif
|
||||
|
||||
@@ -38,12 +38,10 @@ using namespace DrawingGui;
|
||||
TYPESYSTEM_SOURCE(DrawingGui::Workbench, Gui::StdWorkbench)
|
||||
|
||||
Workbench::Workbench()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
Workbench::~Workbench()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
{
|
||||
@@ -100,7 +98,7 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
|
||||
*img << "Drawing_Open";
|
||||
img = new Gui::ToolBarItem(root);
|
||||
img->setCommand("Drawing types");
|
||||
//*img << "Drawing_NewA3Landscape";
|
||||
//*img << "Drawing_NewA3Landscape";
|
||||
*img << "Drawing_NewPage";
|
||||
*img << "Drawing_OrthoViews";
|
||||
*img << "Drawing_OpenBrowserView";
|
||||
@@ -112,4 +110,3 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
|
||||
*img << "Drawing_NewView";
|
||||
return root;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user