mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
switch core support
add nekobox_core linux: use sing-box for vpn
This commit is contained in:
13
3rdparty/WinCommander.cpp
vendored
13
3rdparty/WinCommander.cpp
vendored
@@ -100,16 +100,3 @@ uint WinCommander::runProcessElevated(const QString &path,
|
||||
#endif
|
||||
return result;
|
||||
}
|
||||
|
||||
/*!
|
||||
Executes a command elevated specified by \apath , using paramters \aparameters.
|
||||
\n
|
||||
Parameter /aaWait decides if the function should return immediatelly after it's\n
|
||||
execution or wait for the exit of the launched process
|
||||
\n
|
||||
Returns the return value of the executed command
|
||||
*/
|
||||
uint WinCommander::runProcessElevated(const QString &path, const QString ¶meters, const QString &workingDir,
|
||||
bool hide, bool aWait) {
|
||||
return runProcessElevated(path, QStringList() << parameters, workingDir, hide, aWait);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user