mirror of
https://github.com/RGBCube/serenity
synced 2025-06-29 03:32:12 +00:00
LibGUI: Remove unneeded access rights
This commit is contained in:
parent
ca1d11b180
commit
55ff392835
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ namespace GUI {
|
||||||
|
|
||||||
class AbstractView : public ScrollableWidget {
|
class AbstractView : public ScrollableWidget {
|
||||||
C_OBJECT_ABSTRACT(AbstractView)
|
C_OBJECT_ABSTRACT(AbstractView)
|
||||||
friend class Model;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void set_model(RefPtr<Model>);
|
void set_model(RefPtr<Model>);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue