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

LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI

This commit is contained in:
Conor Byrne 2021-07-28 14:50:24 +01:00 committed by Andreas Kling
parent 4c17f389db
commit 2b5566d7cc
5 changed files with 13 additions and 5 deletions

View file

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