mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: vpn hide console
This commit is contained in:
4
3rdparty/WinCommander.hpp
vendored
4
3rdparty/WinCommander.hpp
vendored
@@ -31,12 +31,12 @@ public:
|
||||
static uint runProcessElevated(const QString &path,
|
||||
const QStringList ¶meters = QStringList(),
|
||||
const QString &workingDir = QString(),
|
||||
bool aWait = true);
|
||||
bool hide = false, bool aWait = true);
|
||||
|
||||
static uint runProcessElevated(const QString &path,
|
||||
const QString ¶meters = QString(),
|
||||
const QString &workingDir = QString(),
|
||||
bool aWait = true);
|
||||
bool hide = false, bool aWait = true);
|
||||
};
|
||||
|
||||
#endif // WINCOMMANDER_H
|
||||
Reference in New Issue
Block a user