1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:27: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

@ -39,6 +39,7 @@ set(SOURCES
FontPicker.cpp
FontPickerDialogGML.h
Frame.cpp
GMLAutocompleteProvider.cpp
GMLFormatter.cpp
GMLLexer.cpp
GMLParser.cpp