mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-29 21:51:57 +00:00
FileManager: Move DirectoryView into the FileManager namespace
This commit is contained in:
parent
8212ba467c
commit
07d4b41bac
Notes:
sideshowbarker
2024-07-19 02:21:37 +09:00
Author: https://github.com/awesomekling
Commit: 07d4b41bac
3 changed files with 10 additions and 0 deletions
|
@ -68,6 +68,8 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
using namespace FileManager;
|
||||
|
||||
static int run_in_desktop_mode(RefPtr<Core::ConfigFile>);
|
||||
static int run_in_windowed_mode(RefPtr<Core::ConfigFile>, String initial_location);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue