mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entries
This commit is contained in:
parent
bb6bb7bc5e
commit
ba3bc6fef2
2 changed files with 6 additions and 6 deletions
|
@ -56,7 +56,7 @@ set(SOURCES
|
|||
LinkLabel.cpp
|
||||
ListView.cpp
|
||||
Menu.cpp
|
||||
Menubar.cpp
|
||||
Menubar.cpp
|
||||
MenuItem.cpp
|
||||
MessageBox.cpp
|
||||
Model.cpp
|
||||
|
@ -72,7 +72,7 @@ set(SOURCES
|
|||
RegularEditingEngine.cpp
|
||||
ResizeCorner.cpp
|
||||
RunningProcessesModel.cpp
|
||||
Scrollbar.cpp
|
||||
Scrollbar.cpp
|
||||
ScrollableWidget.cpp
|
||||
SeparatorWidget.cpp
|
||||
Shortcut.cpp
|
||||
|
@ -81,14 +81,14 @@ set(SOURCES
|
|||
SpinBox.cpp
|
||||
Splitter.cpp
|
||||
StackWidget.cpp
|
||||
Statusbar.cpp
|
||||
Statusbar.cpp
|
||||
TabWidget.cpp
|
||||
TableView.cpp
|
||||
TextBox.cpp
|
||||
TextDocument.cpp
|
||||
TextEditor.cpp
|
||||
Toolbar.cpp
|
||||
ToolbarContainer.cpp
|
||||
Toolbar.cpp
|
||||
ToolbarContainer.cpp
|
||||
TreeView.cpp
|
||||
UndoStack.cpp
|
||||
Variant.cpp
|
||||
|
|
|
@ -9,7 +9,7 @@ set(SOURCES
|
|||
Cursor.cpp
|
||||
EventLoop.cpp
|
||||
main.cpp
|
||||
Menubar.cpp
|
||||
Menubar.cpp
|
||||
Menu.cpp
|
||||
MenuItem.cpp
|
||||
MenuManager.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue