refactor core_process

This commit is contained in:
arm64v8a
2022-09-09 08:00:00 +08:00
parent 31079f20fd
commit 9f43406402
2 changed files with 49 additions and 52 deletions

View File

@@ -120,7 +120,8 @@ private:
QShortcut *shortcut_ctrl_f = new QShortcut(QKeySequence("Ctrl+F"), this);
QShortcut *shortcut_esc = new QShortcut(QKeySequence("Esc"), this);
//
bool core_process_killed = false;
QProcess *core_process;
bool prepare_exit_core = false;
bool core_process_show_stderr = false;
qint64 vpn_pid = 0;
QFileSystemWatcher *watcher = nullptr;