All: Reformat according to new standard

This commit is contained in:
pre-commit-ci[bot]
2025-11-11 13:49:01 +01:00
committed by Kacper Donat
parent eafd18dac0
commit 25c3ba7338
2390 changed files with 154630 additions and 115818 deletions

View File

@@ -22,12 +22,11 @@
**************************************************************************/
#include "WorkbenchManipulator.h"
using namespace Gui;
std::set<WorkbenchManipulator::Ptr> WorkbenchManipulator::manipulators; // NOLINT
std::set<WorkbenchManipulator::Ptr> WorkbenchManipulator::manipulators; // NOLINT
void WorkbenchManipulator::installManipulator(const WorkbenchManipulator::Ptr& ptr)
{
@@ -81,18 +80,16 @@ void WorkbenchManipulator::changeDockWindows(DockWindowItems* dockWindow)
}
void WorkbenchManipulator::modifyMenuBar([[maybe_unused]] MenuItem* menuBar)
{
}
{}
void WorkbenchManipulator::modifyContextMenu([[maybe_unused]] const char* recipient,
[[maybe_unused]] MenuItem* menuBar)
{
}
void WorkbenchManipulator::modifyContextMenu(
[[maybe_unused]] const char* recipient,
[[maybe_unused]] MenuItem* menuBar
)
{}
void WorkbenchManipulator::modifyToolBars([[maybe_unused]] ToolBarItem* toolBar)
{
}
{}
void WorkbenchManipulator::modifyDockWindows([[maybe_unused]] DockWindowItems* dockWindow)
{
}
{}