mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
Inspector: Add a missing "override" in RemoteObjectGraphModel
This commit is contained in:
parent
64f16c141d
commit
736dc5f6c0
Notes:
sideshowbarker
2024-07-19 12:35:31 +09:00
Author: https://github.com/awesomekling
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