mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibGUI: Alphabetize CMake sources
This commit is contained in:
parent
60f7d61ad2
commit
7540259b16
1 changed files with 10 additions and 10 deletions
|
@ -8,9 +8,9 @@ set(SOURCES
|
||||||
AbstractScrollableWidget.cpp
|
AbstractScrollableWidget.cpp
|
||||||
AbstractSlider.cpp
|
AbstractSlider.cpp
|
||||||
AbstractTableView.cpp
|
AbstractTableView.cpp
|
||||||
|
AbstractThemePreview.cpp
|
||||||
AbstractView.cpp
|
AbstractView.cpp
|
||||||
AbstractZoomPanWidget.cpp
|
AbstractZoomPanWidget.cpp
|
||||||
AbstractThemePreview.cpp
|
|
||||||
Action.cpp
|
Action.cpp
|
||||||
ActionGroup.cpp
|
ActionGroup.cpp
|
||||||
Application.cpp
|
Application.cpp
|
||||||
|
@ -24,10 +24,12 @@ set(SOURCES
|
||||||
ColorInput.cpp
|
ColorInput.cpp
|
||||||
ColorPicker.cpp
|
ColorPicker.cpp
|
||||||
ColumnsView.cpp
|
ColumnsView.cpp
|
||||||
CommonActions.cpp
|
|
||||||
CommonLocationsProvider.cpp
|
|
||||||
ComboBox.cpp
|
ComboBox.cpp
|
||||||
CommandPalette.cpp
|
CommandPalette.cpp
|
||||||
|
CommonActions.cpp
|
||||||
|
CommonLocationsProvider.cpp
|
||||||
|
ConnectionToWindowManagerServer.cpp
|
||||||
|
ConnectionToWindowServer.cpp
|
||||||
Desktop.cpp
|
Desktop.cpp
|
||||||
Dialog.cpp
|
Dialog.cpp
|
||||||
DisplayLink.cpp
|
DisplayLink.cpp
|
||||||
|
@ -52,11 +54,11 @@ set(SOURCES
|
||||||
GML/SyntaxHighlighter.cpp
|
GML/SyntaxHighlighter.cpp
|
||||||
GroupBox.cpp
|
GroupBox.cpp
|
||||||
HeaderView.cpp
|
HeaderView.cpp
|
||||||
INILexer.cpp
|
|
||||||
INISyntaxHighlighter.cpp
|
|
||||||
Icon.cpp
|
Icon.cpp
|
||||||
IconView.cpp
|
IconView.cpp
|
||||||
ImageWidget.cpp
|
ImageWidget.cpp
|
||||||
|
INILexer.cpp
|
||||||
|
INISyntaxHighlighter.cpp
|
||||||
InputBox.cpp
|
InputBox.cpp
|
||||||
JsonArrayModel.cpp
|
JsonArrayModel.cpp
|
||||||
Label.cpp
|
Label.cpp
|
||||||
|
@ -65,8 +67,8 @@ set(SOURCES
|
||||||
LinkLabel.cpp
|
LinkLabel.cpp
|
||||||
ListView.cpp
|
ListView.cpp
|
||||||
Menu.cpp
|
Menu.cpp
|
||||||
MenuItem.cpp
|
|
||||||
Menubar.cpp
|
Menubar.cpp
|
||||||
|
MenuItem.cpp
|
||||||
MessageBox.cpp
|
MessageBox.cpp
|
||||||
Model.cpp
|
Model.cpp
|
||||||
ModelIndex.cpp
|
ModelIndex.cpp
|
||||||
|
@ -98,8 +100,8 @@ set(SOURCES
|
||||||
Splitter.cpp
|
Splitter.cpp
|
||||||
StackWidget.cpp
|
StackWidget.cpp
|
||||||
Statusbar.cpp
|
Statusbar.cpp
|
||||||
TabWidget.cpp
|
|
||||||
TableView.cpp
|
TableView.cpp
|
||||||
|
TabWidget.cpp
|
||||||
TextBox.cpp
|
TextBox.cpp
|
||||||
TextDocument.cpp
|
TextDocument.cpp
|
||||||
TextEditor.cpp
|
TextEditor.cpp
|
||||||
|
@ -114,11 +116,9 @@ set(SOURCES
|
||||||
VimEditingEngine.cpp
|
VimEditingEngine.cpp
|
||||||
Widget.cpp
|
Widget.cpp
|
||||||
Window.cpp
|
Window.cpp
|
||||||
ConnectionToWindowServer.cpp
|
|
||||||
ConnectionToWindowManagerServer.cpp
|
|
||||||
Wizards/WizardDialog.cpp
|
|
||||||
Wizards/AbstractWizardPage.cpp
|
Wizards/AbstractWizardPage.cpp
|
||||||
Wizards/CoverWizardPage.cpp
|
Wizards/CoverWizardPage.cpp
|
||||||
|
Wizards/WizardDialog.cpp
|
||||||
Wizards/WizardPage.cpp
|
Wizards/WizardPage.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue