All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -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)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user