mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
HackStudio: Show the project name as the root in the project tree
This commit is contained in:
parent
6e27b14a4a
commit
5ff9ac1276
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,7 @@ private:
|
|||
const ProjectTreeNode& root_node() const { return *m_root_node; }
|
||||
void rebuild_tree();
|
||||
|
||||
String m_name;
|
||||
String m_path;
|
||||
RefPtr<GModel> m_model;
|
||||
NonnullRefPtrVector<ProjectFile> m_files;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue