mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
HexEditor: Accept file drops
This commit is contained in:
parent
4eba921d48
commit
7f418a5c6a
2 changed files with 15 additions and 0 deletions
|
@ -31,6 +31,8 @@ private:
|
|||
void update_title();
|
||||
void set_search_results_visible(bool visible);
|
||||
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
|
||||
RefPtr<Core::ConfigFile> m_config;
|
||||
|
||||
RefPtr<HexEditor> m_editor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue