1
Fork 0
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:
Sam Atkins 2024-01-30 12:53:36 +00:00 committed by Sam Atkins
parent 4cef57a021
commit d930ea1242
4 changed files with 29 additions and 2 deletions

View file

@ -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();