mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +00:00
LibGUI: Add ModelClient abstract class and allow registering clients
This solves a problem where the SortingProxyModel doesn't receive the on_update call because other code overwrote the handler later on.
This commit is contained in:
parent
0e10a92ebc
commit
b778804d20
13 changed files with 144 additions and 60 deletions
|
@ -61,6 +61,7 @@ class Painter;
|
|||
class ResizeCorner;
|
||||
class ScrollBar;
|
||||
class Slider;
|
||||
class SortingProxyModel;
|
||||
class SpinBox;
|
||||
class Splitter;
|
||||
class StackWidget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue