This commit is contained in:
Pokamest Nikak 2024-09-23 01:19:46 +03:00
parent 1f08d78b43
commit 3aa8a46f6e
2 changed files with 8 additions and 8 deletions

View file

@ -247,7 +247,7 @@ bool Utils::killProcessByName(const QString &name)
CloseHandle(hSnapshot);
return success;
#elif defined Q_OS_IOS || defined(Q_OS_ANDROID)
return;
return false;
#else
QProcess::execute(QString("pkill %1").arg(name));
#endif