mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 14:57:35 +00:00
LibGUI: Remove GModel::on_selection_changed
The selection is no longer managed by the model.
This commit is contained in:
parent
395e4210ef
commit
f02c9aaac4
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ public:
|
||||||
void unregister_view(Badge<GAbstractView>, GAbstractView&);
|
void unregister_view(Badge<GAbstractView>, GAbstractView&);
|
||||||
|
|
||||||
Function<void()> on_update;
|
Function<void()> on_update;
|
||||||
Function<void(const GModelIndex&)> on_selection_changed;
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
GModel();
|
GModel();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue