mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00
Inspector: Add a missing "override" in RemoteObjectGraphModel
This commit is contained in:
parent
64f16c141d
commit
736dc5f6c0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
virtual int column_count(const GModelIndex& = GModelIndex()) const override;
|
||||
virtual GVariant data(const GModelIndex&, Role = Role::Display) const override;
|
||||
virtual GModelIndex index(int row, int column, const GModelIndex& parent = GModelIndex()) const override;
|
||||
virtual GModelIndex parent_index(const GModelIndex&) const;
|
||||
virtual GModelIndex parent_index(const GModelIndex&) const override;
|
||||
virtual void update() override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue