mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
Spreadsheet: Use ByteString for file paths
This commit is contained in:
parent
44ca55aaf8
commit
90240c0e02
7 changed files with 26 additions and 26 deletions
|
@ -22,9 +22,9 @@ class SpreadsheetWidget final
|
|||
public:
|
||||
virtual ~SpreadsheetWidget() override = default;
|
||||
|
||||
void save(String const& filename, Core::File&);
|
||||
void load_file(String const& filename, Core::File&);
|
||||
void import_sheets(String const& filename, Core::File&);
|
||||
void save(ByteString const& filename, Core::File&);
|
||||
void load_file(ByteString const& filename, Core::File&);
|
||||
void import_sheets(ByteString const& filename, Core::File&);
|
||||
bool request_close();
|
||||
void add_sheet();
|
||||
void add_sheet(NonnullRefPtr<Sheet>&&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue