1
Fork 0
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:
Andreas Kling 2019-12-23 00:41:06 +01:00
parent 6e27b14a4a
commit 5ff9ac1276
2 changed files with 4 additions and 0 deletions

View file

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