mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
FileManager: Make the directory view follow the tree view selection.
This commit is contained in:
parent
be42382a3a
commit
f10e0d0546
3 changed files with 16 additions and 1 deletions
|
@ -14,6 +14,7 @@ public:
|
|||
virtual ~GFileSystemModel() override;
|
||||
|
||||
String root_path() const { return m_root_path; }
|
||||
String path(const GModelIndex&) const;
|
||||
|
||||
virtual int row_count(const GModelIndex& = GModelIndex()) const override;
|
||||
virtual int column_count(const GModelIndex& = GModelIndex()) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue