mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: preview edit custom
This commit is contained in:
@@ -12,10 +12,11 @@ namespace NekoRay::sys {
|
||||
QStringList arguments;
|
||||
QStringList env;
|
||||
|
||||
bool managed = true; // running_ext & stateChanged
|
||||
bool managed = true; // MW_dialog_message
|
||||
bool show_log = true;
|
||||
|
||||
ExternalProcess();
|
||||
~ExternalProcess();
|
||||
|
||||
// start & kill is one time
|
||||
|
||||
@@ -41,6 +42,6 @@ namespace NekoRay::sys {
|
||||
int restart_id = -1;
|
||||
};
|
||||
|
||||
// start & kill change this list
|
||||
inline QList<ExternalProcess *> running_ext;
|
||||
// 手动管理
|
||||
inline QList<QSharedPointer<ExternalProcess>> running_ext;
|
||||
} // namespace NekoRay::sys
|
||||
|
||||
Reference in New Issue
Block a user