1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:57:35 +00:00

HackStudio: Add file list context menu and file removal action

This commit is contained in:
Conrad Pankoff 2019-12-28 15:24:30 +11:00 committed by Andreas Kling
parent bbb536ebed
commit fe1037bcb6
3 changed files with 111 additions and 34 deletions

View file

@ -16,6 +16,8 @@ public:
static OwnPtr<Project> load_from_file(const String& path);
[[nodiscard]] bool add_file(const String& filename);
[[nodiscard]] bool remove_file(const String& filename);
[[nodiscard]] bool save();
ProjectFile* get_file(const String& filename);