mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cpp
This commit is contained in:
parent
cc94495a29
commit
f7de453716
Notes:
sideshowbarker
2024-07-18 18:43:43 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f7de4537168
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@ compile_gml(FilePickerDialog.gml FilePickerDialogGML.h file_picker_dialog_gml)
|
|||
set(SOURCES
|
||||
AboutDialog.cpp
|
||||
AbstractButton.cpp
|
||||
AbstractScrollableWidget.cpp
|
||||
AbstractSlider.cpp
|
||||
AbstractTableView.cpp
|
||||
AbstractView.cpp
|
||||
|
@ -74,7 +75,6 @@ set(SOURCES
|
|||
ResizeCorner.cpp
|
||||
RunningProcessesModel.cpp
|
||||
Scrollbar.cpp
|
||||
ScrollableWidget.cpp
|
||||
SeparatorWidget.cpp
|
||||
Shortcut.cpp
|
||||
Slider.cpp
|
||||
|
|
Loading…
Reference in a new issue