mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
TerminalSettings: Split TerminalSettingsWidget into different files
This commit is contained in:
parent
ca2aaaeac2
commit
3b73064497
6 changed files with 168 additions and 124 deletions
|
@ -4,7 +4,8 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "TerminalSettingsWidget.h"
|
||||
#include "MainWidget.h"
|
||||
#include "ViewWidget.h"
|
||||
#include <LibConfig/Client.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/System.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue