1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:57:47 +00:00

HexEditor: Add 'Go to Offset...' dialog

This commit is contained in:
Brendan Coles 2021-05-23 08:36:30 +00:00 committed by Andreas Kling
parent dd6921bfc6
commit efef77a154
7 changed files with 276 additions and 22 deletions

View file

@ -1,10 +1,13 @@
compile_gml(HexEditorWindow.gml HexEditorWindowGML.h hex_editor_window_gml)
compile_gml(GoToOffsetDialog.gml GoToOffsetDialogGML.h go_to_offset_dialog_gml)
set(SOURCES
HexEditor.cpp
HexEditorWidget.cpp
FindDialog.cpp
GoToOffsetDialog.cpp
main.cpp
GoToOffsetDialogGML.h
HexEditorWindowGML.h
)