mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 17:37:33 +02:00
LibGUI: Remove leading G from filenames
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 09:33:13 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6a9cc66b976
@@ -25,9 +25,9 @@
|
||||
*/
|
||||
|
||||
#include "ProcessFileDescriptorMapWidget.h"
|
||||
#include <LibGUI/GBoxLayout.h>
|
||||
#include <LibGUI/GJsonArrayModel.h>
|
||||
#include <LibGUI/GTableView.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/JsonArrayModel.h>
|
||||
#include <LibGUI/TableView.h>
|
||||
|
||||
ProcessFileDescriptorMapWidget::ProcessFileDescriptorMapWidget(GUI::Widget* parent)
|
||||
: GUI::Widget(parent)
|
||||
|
||||
Reference in New Issue
Block a user