Add checking background service before connect (#716)
checking if the service is running for all platforms
This commit is contained in:
parent
d67c378bff
commit
ff348a348c
5 changed files with 20 additions and 4 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
static bool createEmptyFile(const QString &path);
|
||||
static bool initializePath(const QString &path);
|
||||
|
||||
static bool processIsRunning(const QString &fileName);
|
||||
static bool processIsRunning(const QString &fileName, const bool fullFlag = false);
|
||||
static void killProcessByName(const QString &name);
|
||||
|
||||
static QString openVpnExecPath();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue