mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:27:46 +00:00
DisplaySettings: Rename DisplaySettingsWidget => MonitorSettingsWidget
This commit is contained in:
parent
540acc1a32
commit
c79e33d00c
5 changed files with 23 additions and 20 deletions
|
@ -1,11 +1,11 @@
|
|||
compile_gml(DisplaySettingsWindow.gml DisplaySettingsWindowGML.h display_settings_window_gml)
|
||||
compile_gml(MonitorSettings.gml MonitorSettingsGML.h monitor_settings_window_gml)
|
||||
compile_gml(BackgroundSettings.gml BackgroundSettingsGML.h background_settings_gml)
|
||||
|
||||
set(SOURCES
|
||||
BackgroundSettingsGML.h
|
||||
BackgroundSettingsWidget.cpp
|
||||
DisplaySettings.cpp
|
||||
DisplaySettingsWindowGML.h
|
||||
MonitorSettingsWidget.cpp
|
||||
MonitorSettingsGML.h
|
||||
MonitorWidget.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue