Use EditorFileDialog instead of FileDialog in the project manager

This commit is contained in:
Hendrik Brucker 2022-02-03 01:21:52 +01:00
parent b99fad040d
commit 77fb65debf
12 changed files with 206 additions and 101 deletions

View file

@ -45,7 +45,6 @@ class Main {
static bool agile_input_event_flushing;
public:
static bool is_project_manager();
static bool is_cmdline_tool();
static int test_entrypoint(int argc, char *argv[], bool &tests_need_run);
static Error setup(const char *execpath, int argc, char *argv[], bool p_second_phase = true);