forked from qt-creator/qt-creator
Clang: Silence warning
Change-Id: I2b3cdc22678b5454fbd831ad41b7186461289441 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -182,6 +182,7 @@ void ConnectionClient::endProcess(QProcess *process)
|
|||||||
|
|
||||||
void ConnectionClient::terminateProcess(QProcess *process)
|
void ConnectionClient::terminateProcess(QProcess *process)
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(process)
|
||||||
#ifndef Q_OS_WIN32
|
#ifndef Q_OS_WIN32
|
||||||
if (isProcessIsRunning()) {
|
if (isProcessIsRunning()) {
|
||||||
process->terminate();
|
process->terminate();
|
||||||
|
Reference in New Issue
Block a user