mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +00:00
Profiler: Extract the bar label String into a private method
This commit is contained in:
parent
47a4737110
commit
d3a80b1a6e
2 changed files with 12 additions and 5 deletions
|
@ -45,6 +45,7 @@ private:
|
|||
bool selected;
|
||||
};
|
||||
|
||||
String bar_label(StackBar const&) const;
|
||||
void layout_bars();
|
||||
void layout_children(GUI::ModelIndex& parent, int depth, int left, int right, Vector<GUI::ModelIndex>& selected);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue