mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
Spreadsheet: Prompt user before closing with unsaved changes
This commit is contained in:
parent
23febb9d8e
commit
5f58fe1643
6 changed files with 44 additions and 1 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
|
||||
void save(const StringView& filename);
|
||||
void load(const StringView& filename);
|
||||
bool request_close();
|
||||
void add_sheet();
|
||||
void add_sheet(NonnullRefPtr<Sheet>&&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue