FileManager: Make the directory view follow the tree view selection.

This commit is contained in:
Andreas Kling 2019-03-30 02:22:38 +01:00
commit f10e0d0546
Notes: sideshowbarker 2024-07-19 14:53:47 +09:00
3 changed files with 16 additions and 1 deletions

View file

@ -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;