mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
HackStudio: Store known symbol declarations in ProjectDeclarations
They were previously stored inside the Locator widget. I moved them to the globally visible ProjectDeclarations class so they can also be used by other widgets.
This commit is contained in:
parent
b87791cada
commit
667926df73
8 changed files with 146 additions and 32 deletions
|
@ -31,6 +31,7 @@ set(SOURCES
|
|||
LanguageClient.cpp
|
||||
Locator.cpp
|
||||
Project.cpp
|
||||
ProjectDeclarations.cpp
|
||||
ProjectFile.cpp
|
||||
ProjectTemplate.cpp
|
||||
TerminalWrapper.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue