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:
parent
dd6921bfc6
commit
efef77a154
7 changed files with 276 additions and 22 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue