mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +00:00
BrowserSettings: Implement GUI for setting up content filters :^)
This commit is contained in:
parent
4d1c28a23f
commit
1606f70f0c
5 changed files with 246 additions and 1 deletions
|
@ -5,9 +5,12 @@ serenity_component(
|
|||
)
|
||||
|
||||
compile_gml(BrowserSettingsWidget.gml BrowserSettingsWidgetGML.h browser_settings_widget_gml)
|
||||
compile_gml(ContentFilterSettingsWidget.gml ContentFilterSettingsWidgetGML.h content_filter_settings_widget_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
ContentFilterSettingsWidget.cpp
|
||||
ContentFilterSettingsWidgetGML.h
|
||||
BrowserSettingsWidget.cpp
|
||||
BrowserSettingsWidgetGML.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue