1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

Spreadsheet: Add Help menu

This commit is contained in:
Brendan Coles 2020-10-31 02:29:38 +00:00 committed by Andreas Kling
parent d2beff41c9
commit 15b68b4653
2 changed files with 23 additions and 0 deletions

View file

@ -44,6 +44,7 @@ public:
void add_sheet();
const String& current_filename() const { return m_workbook->current_filename(); }
const Sheet& current_worksheet() const { return m_selected_view->sheet(); }
void set_filename(const String& filename);
private: