Drawing: Apply clang format

This commit is contained in:
wmayer
2023-09-10 12:33:49 +02:00
committed by wwmayer
parent ebcd846d09
commit 789912d745
52 changed files with 2650 additions and 2106 deletions

View File

@@ -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;
}