1
Fork 0
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:
Andreas Kling 2019-10-23 21:13:08 +02:00
parent 2d460b504f
commit 2260190f39
4 changed files with 118 additions and 83 deletions

View file

@ -4,6 +4,7 @@ OBJS = \
Project.o \
TextDocument.o \
TerminalWrapper.o \
FindInFilesWidget.o \
main.o
APP = HackStudio