mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
refactor vpn mode
This commit is contained in:
6
3rdparty/WinCommander.hpp
vendored
6
3rdparty/WinCommander.hpp
vendored
@@ -28,10 +28,14 @@
|
||||
|
||||
class WinCommander {
|
||||
public:
|
||||
static const int SW_HIDE = 0;
|
||||
static const int SW_NORMAL = 1;
|
||||
static const int SW_SHOWMINIMIZED = 2;
|
||||
|
||||
static uint runProcessElevated(const QString &path,
|
||||
const QStringList ¶meters = QStringList(),
|
||||
const QString &workingDir = QString(),
|
||||
bool hide = false, bool aWait = true);
|
||||
int nShow = SW_SHOWMINIMIZED, bool aWait = true);
|
||||
};
|
||||
|
||||
#endif // WINCOMMANDER_H
|
||||
Reference in New Issue
Block a user