mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
HackStudio: Move "find in files" widget to its own file/class
Instead of clogging up main.cpp with find-in-files functionality, put it in a FindInFilesWidget class in a separate file.
This commit is contained in:
parent
2d460b504f
commit
2260190f39
4 changed files with 118 additions and 83 deletions
|
@ -4,6 +4,7 @@ OBJS = \
|
|||
Project.o \
|
||||
TextDocument.o \
|
||||
TerminalWrapper.o \
|
||||
FindInFilesWidget.o \
|
||||
main.o
|
||||
|
||||
APP = HackStudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue