mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
HexEditor: Use LibConfig instead of Core::ConfigFile
This commit is contained in:
parent
7b62113db7
commit
22a1035f1b
4 changed files with 10 additions and 12 deletions
|
@ -33,8 +33,6 @@ private:
|
|||
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
|
||||
RefPtr<Core::ConfigFile> m_config;
|
||||
|
||||
RefPtr<HexEditor> m_editor;
|
||||
String m_path;
|
||||
String m_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue