1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:07:36 +00:00

Profiler: Rename from ProfileViewer :^)

This commit is contained in:
Andreas Kling 2020-07-01 19:43:17 +02:00
parent 392b055806
commit 8661af9b72
12 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
add_subdirectory(HackStudio)
add_subdirectory(Inspector)
add_subdirectory(ProfileViewer)
add_subdirectory(Profiler)
add_subdirectory(VisualBuilder)