1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 08:15:07 +00:00
serenity/Userland/DevTools/HackStudio/Git
Conor Byrne 14b2656107 HackStudio: Use String instead of LexicalPath
LexicalPath is a 'heavier' object than a String that is mainly used for
path parsing and validation, we don't actually need any of that in
GitRepo and its related files, so let's move to String :^)

I've also done some east-const conversion in the files that I was
editing for the string change.
2022-01-01 14:47:23 +01:00
..
DiffViewer.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
DiffViewer.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
GitFilesModel.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesModel.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesView.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesView.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitRepo.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitRepo.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitWidget.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitWidget.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00