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

Playground: Move AutocompleteProvider to a separate file

This commit is contained in:
Edgar Araújo 2021-03-28 16:40:25 +01:00 committed by Andreas Kling
parent e23b9907e7
commit 5c1cd50c9a
4 changed files with 241 additions and 181 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
main.cpp
GMLAutocompleteProvider.cpp
)
serenity_app(Playground ICON app-playground)