mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
HexEditor: Add an option to load an annotations file on startup
This commit is contained in:
parent
4cef57a021
commit
d930ea1242
4 changed files with 29 additions and 2 deletions
|
@ -26,6 +26,7 @@ class HexEditorWidget final : public GUI::Widget {
|
|||
public:
|
||||
virtual ~HexEditorWidget() override = default;
|
||||
void open_file(ByteString const& filename, NonnullOwnPtr<Core::File>);
|
||||
void open_annotations_file(StringView filename);
|
||||
ErrorOr<void> initialize_menubar(GUI::Window&);
|
||||
bool request_close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue