parent
f6acec53c0
commit
ba4237f1dd
64 changed files with 1933 additions and 336 deletions
|
@ -32,6 +32,8 @@ void IpcServerProcess::start()
|
|||
if (m_process->program().isEmpty()) {
|
||||
qDebug() << "IpcServerProcess failed to start, program is empty";
|
||||
}
|
||||
|
||||
Utils::killProcessByName(m_process->program());
|
||||
m_process->start();
|
||||
qDebug() << "IpcServerProcess started, " << m_process->program() << m_process->arguments();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue