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:
parent
d2beff41c9
commit
15b68b4653
2 changed files with 23 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue