mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:18:12 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -29,12 +29,12 @@ public:
|
|||
|
||||
Type type() const { return m_type; }
|
||||
|
||||
const Action* action() const { return m_action.ptr(); }
|
||||
Action const* action() const { return m_action.ptr(); }
|
||||
Action* action() { return m_action.ptr(); }
|
||||
unsigned identifier() const { return m_identifier; }
|
||||
|
||||
Menu* submenu() { return m_submenu.ptr(); }
|
||||
const Menu* submenu() const { return m_submenu.ptr(); }
|
||||
Menu const* submenu() const { return m_submenu.ptr(); }
|
||||
|
||||
bool is_checkable() const { return m_checkable; }
|
||||
void set_checkable(bool checkable) { m_checkable = checkable; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue