mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
TextEditor: Use LibConfig instead of Core::ConfigFile
This commit is contained in:
parent
3114fe612c
commit
0cd4b8cbb7
Notes:
sideshowbarker
2024-07-18 05:17:00 +09:00
Author: https://github.com/awesomekling
Commit: 0cd4b8cbb7
4 changed files with 11 additions and 31 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <AK/Function.h>
|
||||
#include <AK/LexicalPath.h>
|
||||
#include <LibCore/ConfigFile.h>
|
||||
#include <LibFileSystemAccessClient/Client.h>
|
||||
#include <LibGUI/ActionGroup.h>
|
||||
#include <LibGUI/Application.h>
|
||||
|
@ -43,8 +42,6 @@ public:
|
|||
void update_title();
|
||||
void initialize_menubar(GUI::Window&);
|
||||
|
||||
static RefPtr<Core::ConfigFile> open_config_file();
|
||||
|
||||
private:
|
||||
MainWidget();
|
||||
void set_path(StringView const&);
|
||||
|
@ -126,7 +123,6 @@ private:
|
|||
RefPtr<GUI::Action> m_sql_highlight;
|
||||
|
||||
RefPtr<Web::OutOfProcessWebView> m_page_view;
|
||||
RefPtr<Core::ConfigFile> m_config;
|
||||
|
||||
bool m_auto_detect_preview_mode { false };
|
||||
bool m_use_regex { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue